0.1.0 • Published 8 years ago

generator-simple-react-app v0.1.0

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

generator-simple-react-app NPM version Build Status Dependency Status

Simple react boiler template complete with an Express web server and hot module reloading with Webpack.

Installation

First, install Yeoman and generator-simple-react-app using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-simple-react-app

Then generate your new project:

yo simple-react-app

This will scaffold a project directory and automatically run npm install

License

MIT © Andrew Lincoln