Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.39 KB

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