1.4.1 • Published 10 years ago

generator-react-basic v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.4.0

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago