Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/generator-gulp-coffee-react
Generate a boilerplate project using gulp, coffee-script and react.
https://github.com/jacobbubu/generator-gulp-coffee-react
Last synced: 15 days ago
JSON representation
Generate a boilerplate project using gulp, coffee-script and react.
- Host: GitHub
- URL: https://github.com/jacobbubu/generator-gulp-coffee-react
- Owner: jacobbubu
- Created: 2016-01-17T10:13:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T10:13:16.000Z (about 9 years ago)
- Last Synced: 2024-12-14T11:50:04.340Z (about 1 month ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
$ npm install -g yo
```### Yeoman Generators
To install generator-gulp-coffee-react from npm, run:
```bash
$ npm install -g generator-gulp-coffee-react
```And then, create a directory to put you framer project in:
```bash
$ mkdir your-proj && cd $_
```After that, initiate the generator:
```bash
$ yo gulp-coffee-react
```This 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](https://github.com/substack/node-browserify) for code bundling and [browser-sync](https://www.browsersync.io) for the development web server.