1.0.6 • Published 6 years ago

wreact v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

wreact

a private react project scaffolding tool

Usage

    # install
    npm install wreact -g
    
    # generate project
    wreact init <project-name>

    # start project
    cd <project-name>
    npm install
    npm run dev

License

MIT