0.1.3 • Published 8 years ago

generator-react-simple v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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.

0.1.3

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago