A Node Command Line Tool to auto generate a react-redux-fetch web structure.
Includes:
- react
- redux
- axios
- mock.js
- eslint
- webpack
npm install cmss-react-app -g
cmss-react-app <project name>
Then
cd <project name>
npm install
npm run mock
cmss-react-app -c <project name>
Then
configure the package.json file, input and enter.
Then
cd <project name>
npm install
npm run mock
Now you can develop your app...
Usage: cmss-react-app [options] <project name>
Options:
-c, --config config package.json
-h, --help output usage information
-V, --version output the version number
cmss-react-app app
cd app
npm install
npm run mock
npm run server
npm run mock
npm run build
npm run eslint