/Ecommerce-Store

Ecommerce store in Ember.js

Primary LanguageJavaScript

Ecommerce Store

by Midori Bowen and Jeffrey Ruder

An online store built with Ember and using an Ember service for shopping cart functionality. Features include toggles for product features and a running total price displayed to the user. Uses the ember-paper material design add-on.

Demo

View a live demo on Heroku.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/JeffreyRuder/Ecommerce-Store.git
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links