This is a simple store on Ember.js, with uses remote API on Ruby on Rails.
Demo app available on Heroku - https://ember-store-client.herokuapp.com/.
git clone <repository-url>
this repositorycd ember-store
npm install
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)