Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 501 Bytes

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 yo

Install this generator

npm install generator-react-simple

Usage

After installation create a new directory and run:

yo react-simple
npm install

To start development run:

npm run start

Open http://localhost:8080/webpack-dev-server/ and start editing code.