Install node - https://nodejs.org/en/download/
Install npm - https://docs.npmjs.com/getting-started/installing-node
Install mongodb locally or use mlabs - free
npm install
gulp
If ./public/lib does not have angular.js and dependencies you may need to install or fix the path to bower, then
npm postinstall
Install heroku toolkit, create a new app and set it as the default - see also - http://www.tilcode.com/deploying-a-mean-stack-app-to-heroku/
then, cd to your local git repo $kb, and run the following commands
git push heroku master
heroku config:set NODE_ENV=development
heroku config:set MONGOLAB_URI=mongodb://dhagan:passowrd@ds045795.mlab.com:45795/heroku_62qczqm4
heroku config:set SESSION_SECRET=”hello doggy”
heroku logs --tail
git pull
git push heroku master
- gulp jslint is failing due to indenting/formatting errors
- https://devcenter.heroku.com/articles/github-integration#automatic-deploys
/boards/{id}
/boards/{id}/edit
//// todo look at angular UI - swipe