it's a cli of sorts for react.
npm install -g quick-react
quick-react new my-new-app
cd my-new-app
npm install
quick-react run client.js
- basic cli to start, build, and scaffold a new app
- support for babel
- support for css-modules
- support for eslint
- support for stylelint
- server-side rendering support
- allow custom babel config
- allow custom css behaviors
- allow custom webpack config
- add more CLI options...for what?