0.1.2 • Published 10 years ago
generator-gulp-coffee-react v0.1.2
generator-gulp-coffee-react
Generate a boilerplate project using gulp, coffee-script and react.
Getting Started
Not every new computer comes with a Yeoman pre-installed. You only have to install it once.
$ npm install -g yoYeoman Generators
To install generator-gulp-coffee-react from npm, run:
$ npm install -g generator-gulp-coffee-reactAnd then, create a directory to put you framer project in:
$ mkdir your-proj && cd $_After that, initiate the generator:
$ yo gulp-coffee-reactThis step takes time to install all dependencies that your project needs.
Finally, run npm start to start your development server and see the demo project.
I'm using browserify for code bundling and browser-sync for the development web server.