Home

Awesome

generator-reactapp

NPM version build status David deps node version Gittip

NPM


What

generator-reactapp is a yeoman generator for react app.

Dependencies:


Why

Quickly start a project.


How

Getting Started

To install Yeoman

npm install -g yo

To install generator-reactapp from npm, run:

npm install -g generator-reactapp

Finally, initiate the generator:

yo reactapp

And then, generate feature by sub-generator:

yo reactapp:feature

Starting the dev-server and api-server

npm start

Running Tests

npm test

OR

npm run testing

Building Project

Building for production

npm run build 

Project Structure

License

MIT