No description
  • JavaScript 87.9%
  • CSS 11.9%
  • Stylus 0.1%
Find a file
2014-10-21 14:31:28 -06:00
app Trying something new with dropdowns. Currently broken. 2014-10-21 14:31:28 -06:00
config Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
public Trying something new with dropdowns. Currently broken. 2014-10-21 14:31:28 -06:00
vendor Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
.gitignore Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
bower.json Progress toward Flux data flow for creating a user. 2014-10-17 14:30:54 -06:00
brunch-config.js Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
LICENSE Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
makefile Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
package.json Trying something new with dropdowns. Currently broken. 2014-10-21 14:31:28 -06:00
pm2-config.json Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
README.md Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00
server.js Initial commit. Added Donno's SPA framework. 2014-10-13 21:29:25 -06:00

##Brunch SPA

For all your Backbone+Flux+React needs.

###Technologies

###Getting Started

  1. Clone the project git clone git@github.com:blackdynamo/brunch-spa.git.
  2. Navigate to the project cd brunch-spa.
  3. Build the project make build. This will install everything you need to run the app out of the box.
  4. Start the project make start. Visit http://localhost:3333 to see the example site.

Other Actions

  • To stop the server use make stop.
  • To build for production use make production.
  • To package for production use make package. (remember to build for production first)