1.0.3 • Published 8 years ago

generator-react-great v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-react-great NPM version Build Status Dependency Status Coverage percentage

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

Then create your project folder and generate your new project:

mkdir YOUR_FOLDER && cd YOUR_FOLDER
yo react-great

Getting 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 entry

License

MIT © Weiwei SUN

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago