1.0.3 • Published 10 years ago
generator-react-great v1.0.3
generator-react-great

Yeoman generator for react, easy for you to build react components
Installation
First, install Yeoman and generator-react-great using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-greatThen create your project folder and generate your new project:
mkdir YOUR_FOLDER && cd YOUR_FOLDER
yo react-greatGetting To Know generator-react-great
- Please make sure your Node.js is at least
Node 4.x - Using the latest
React 15.x - Using the Dora service to start the development environment
The Generated Project Structure
- demo // app demo
- src
- components // your app components
- index.jsx // your app root
- webpack.config.js // config your webpack
- index.jsx // your app export entryLicense
MIT © Weiwei SUN