An open API service indexing awesome lists of open source software.

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

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.