generator-simple-react-app
v0.1.0
Published
Simple react boiler template complete with an Express web server and hot module reloading with Webpack.
Downloads
1
Maintainers
Readme
generator-simple-react-app
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
- Feel free to learn more about Yeoman.
License
MIT © Andrew Lincoln