-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Chen Rui edited this page Aug 17, 2017
·
1 revision
Welcome to the react-cli wiki! A simple CLI for scaffolding React.js projects base on Ink.js.
$ npm install -g reactjs-generator-cli
$ react-init --help
Usage
react-init <project-name>
$ react-init <project-name>
$ cd <project-name>
$ npm install
$ npm run dev
$ react-init my-react-item
This will generate the project at ./my-react-item/
-
webpack
: webpack-dev-server + react-hot-loader
For more informations, please view Hot Module Replacement
MIT © TimRChen