generator-react-great

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i generator-react-great

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • wwsun