/ember-store

This is a simple store on Ember.js, with uses remote API on Ruby on Rails.

Primary LanguageJavaScript

Ember Store Client

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/.

Installation

  • git clone <repository-url> this repository
  • cd ember-store
  • npm install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)