1.4.1 • Published 8 years ago

generator-react-basic v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-react-basic NPM version Dependency Status

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-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

1.4.1

8 years ago

1.4.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago