https://github.com/bdefore/coffee-react-browserify-gulp-alt
https://github.com/bdefore/coffee-react-browserify-gulp-alt
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdefore/coffee-react-browserify-gulp-alt
- Owner: bdefore
- License: mit
- Created: 2015-03-09T17:49:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T18:07:57.000Z (over 11 years ago)
- Last Synced: 2025-02-07T12:48:02.800Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Whazzis?
This repo is a base project structure that uses:
- [NodeJS](https://github.com/joyent/node)
- [CoffeeScript](http://coffeescript.org/)
- [browserify](http://browserify.org/)
- [gulp](http://gulpjs.com/)
- [React.JS](https://facebook.github.io/react/)
- [Alt (Flux alternative)](https://github.com/goatslacker/alt)
- [React Router](https://github.com/rackt/react-router)
## Setup
```
npm install
```
After the installation, run `gulp` and browse to _http://localhost:8888_
The compiled code can be found in dist/bundle/app.js.