No description
- JavaScript 87.9%
- CSS 11.9%
- Stylus 0.1%
| app | ||
| config | ||
| public | ||
| vendor | ||
| .gitignore | ||
| bower.json | ||
| brunch-config.js | ||
| LICENSE | ||
| makefile | ||
| package.json | ||
| pm2-config.json | ||
| README.md | ||
| server.js | ||
##Brunch SPA
For all your Backbone+Flux+React needs.
###Technologies
###Getting Started
- Clone the project
git clone git@github.com:blackdynamo/brunch-spa.git. - Navigate to the project
cd brunch-spa. - Build the project
make build. This will install everything you need to run the app out of the box. - 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)