1.4.1 • Published 10 years ago
generator-react-basic v1.4.1
generator-react-basic

Very basic React project with Browseriify, 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-basicThen generate your new project:
mkdir project-name
cd project-name
yo react-basicThen run the project:
gulpPut 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
License
MIT © Sean Fitzgerald