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

/cmss-react-app/

    Package Sidebar

    Install

    npm i cmss-react-app

    Weekly Downloads

    15

    Version

    2.0.2

    License

    ISC

    Unpacked Size

    47.8 kB

    Total Files

    42

    Last publish

    Collaborators

    • wan_t