adamloving / node-bootstrap

Vanilla node starter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a starter project for node that looks a lot like Rails.

Installation

git clone git@github.com:adamloving/node-bootstrap.git

npm install

create .env file with these variables set

...

Startup

foreman start web

or

script/start.sh

which will export the variables in .env and then run

nodemon app.coffee

Heroku Setup

Memcache (this automatically adds config environment variables)

heroku addons:add memcachier:dev

Set env vars

script/export_env_heroku.coffee

warning: this sets NODE_ENV!

About

Vanilla node starter application


Languages

Language:JavaScript 96.1%Language:CoffeeScript 3.9%Language:Shell 0.1%