- Install node.js
- Run:
npm install -g bower
- Run:
cd path/to/root/folder/
bower install
- Open index.html with Chrome (I didn't test on FF nor IE).
Note that you must launch Chrome with the –allow-file-acces-from-files
flag enabled for it to work locally (and all other instances of Chrome closed). For more details: