cmss-react-app

2.0.2 • Public • Published

cmss-react-app

A Node Command Line Tool to auto generate a react-redux-fetch web structure.

Includes:

  • react
  • redux
  • axios
  • mock.js
  • eslint
  • webpack

Install

npm install cmss-react-app -g

Usage

case 1

cmss-react-app <project name>

Then

cd <project name>
npm install
npm run mock

case 2

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...

Options

  Usage: cmss-react-app [options] <project name>
 
  Options:
    -c, --config                 config package.json
    -h, --help                   output usage information
    -V, --version                output the version number
 

Example

cmss-react-app app
cd app
npm install
npm run mock

RUN MODE

npm run server
npm run mock
npm run build
npm run eslint

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    0
    • latest

Version History

Package Sidebar

Install

npm i cmss-react-app

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

47.8 kB

Total Files

42

Last publish

Collaborators

  • wan_t