Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 735 Bytes

File metadata and controls

53 lines (41 loc) · 735 Bytes

React & Flux Coffescript Demo with Browserify and Gulp

Goals

  • Add a react app
  • Use Flux architecture
  • Works with coffeescript and browserify.

Setup

Install npm packages

  npm install

Install bower packages

  bower install

Install Gulp Globally

  npm install -g gulp

Run

  1. Mongodb NOTE: you'll need to create './data/db' directories.
  mongod --dbpath ./data/db
  1. Gulp
  gulp
  1. Express
  node ./build/server/app.js

Instructions for Specific Demos

...

Sources

License

MIT