laurenreeder / express-boilerplate

Boilerplate for NodeJS, Express, Eco, Bootstrap, and Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Stack

  • Node v0.8.8
  • Express v3.x
  • CoffeeScript v1.3.3
  • Eco v1.1.x
  • Connect Assets v2.2.1

Requirements

Included Packages

Via npm: (npm install)

Usage

Local

To build source files and run the server (with automatic reloading on changes) just run:

cake go

Heroku

To deploy to heroku (you will need a verified heroku account for redistogo):

heroku create
[Optional] heroku addons:add redistogo:nano
git push heroku master
heroku open

Thanks to

About

Boilerplate for NodeJS, Express, Eco, Bootstrap, and Redis