##For new install (mac)
-
Homebrew - package manager (do it. it helps)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Make sure it is up to date (if started here)
brew update -
Make sure it was installed correct or working correct
brew doctor -
If not using MongoLab, download MongoDB locally
brew install mongodb -
Node and NPM - Runtime Library + Javascript Library and NPM (node package manager)
brew install node -
Bower - frontend package manager
npm install -g bower -
Grunt - web application runner
npm install -g grunt-cli -
npm installin directory -
Should run
bower installif not run it -
Download local-development.js
-
gruntornpm start