A simple practice project
clone this repo:
git clone git@github.com:rorysterley/ng-book.git
Install dependancies:
npm install
Install grunt-cli globally (if you don't have it)
npm install -g grunt-cli
Create a local data-base folder:
mkdir db
Start MongoDB: (if you don't have MongoDB installed see their docs)
mongod --dbpath=./db --smallfiles
Start the server:
node server
MIT: LICENSE