generator-react-simple
v0.1.3
Published
Simple React boilerplate with Webpack, Babel, Standard and Hot Module Reloader
Readme
Simple React boilerplate generator. Includes React with Webpack, Babel, Standard and Hot Module Reloader.
Install
This is a Yeoman generator. Install Yeoman, if you don't have it already:
npm install --global yoInstall this generator
npm install generator-react-simpleUsage
After installation create a new directory and run:
yo react-simple
npm installTo start development run:
npm run startOpen http://localhost:8080/webpack-dev-server/ and start editing code.
