This README outlines the details of collaborating on this Ember application.
Install node.js
npm install -g ember-cli
- In case you are using a mac and you get an permission error.
sudo chown -R
whoami/usr/local/lib/node_modules
npm install -g bower npm install -g phantomjs
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
- http://localhost:4200/tests
ember test --server
ember build