Node.js installs:
- npm
- node
npm install -g grunt-cli bower
(no need to install these locally, global is fine)
cd (into repo's folder)
npm install
bower install
(no virtualenv problems)
grunt serve ( the above gathers all the angular files and serves them on http://localhost:9000 )