Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 571 Bytes

Overview

Easy skeleton of ReactJS + Reflux + ExpressJS app with SASS & Coffee support. Includes some helpful ReactJS + Reflux code snippets

Starting up

run npm install and npm run devserve

visit localhost:8080. backend located at localhost:3000

Things to do

There are a few places you need to change:

  • modify mixins/dummy_mixin.coffee, actions/dummy_action.coffee, stores/dummy_store.coffee
  • be sure to use process.env.NODE_ENV === "development" to get the correct AJAX urls
  • change info in package.json
  • replace index.html title and description