Skip to content

Simple & Easy React Yeoman generator with Browserify, Babel and Gulp.

License

Notifications You must be signed in to change notification settings

seanfitzg/generator-react-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-react-basic NPM version Dependency Status

Very basic React Yeoman generator with Browserify, Babel and Gulp

Installation

First, install Yeoman and generator-react-basic using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-basic

Then generate your new project:

mkdir project-name
cd project-name
yo react-basic

Then run the project:

gulp

Put your jsx into the src\app.jsx file. Any changes are watched, resulting in a compile, bundle and page refresh. Simple.

Getting To Know Yeoman

Yeoman.

License

MIT © Sean Fitzgerald

About

Simple & Easy React Yeoman generator with Browserify, Babel and Gulp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published