Skip to content

cskeppstedt/react-flux-coffeescript-browserify-gulp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React and Flux with browserify and coffeescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published