This application can be viewed at http://secret-coast-22594.herokuapp.com/bands/1/details.
Based on Rock and Roll with Ember.js by Balint Erdi.
You will need the following things properly installed on your computer.
git clone git@github.com:fism88/rarwe.gitthis repositorycd rarweyarn install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember testember test --server
ember build(development)ember build --environment production(production)