Skip to content

whistler/generator-react-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published