1.0.4 • Published 6 years ago

cmss-react-exp v1.0.4

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

cmss-react-exp

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

Install

npm install cmss-react-exp -g

Usage

cmss-react-exp <project name>

Then

cd <project name>
cd app
npm install
npm run mock

Now you can develop your app...

Options

 Usage: cmss-react-exp [options] [project name]

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number

Example

cmss-react-exp demo
cd demo/app
npm install
npm run mock