Skip to content

RedElastic/redelastic-commerce-ui

Repository files navigation

ReCommerce UI

This is a single-page app developed in Aurelia that simulates a basic eCommerce user flow:

  1. Browse items
  2. Add to cart
  3. Visit cart
  • Change quantity
  • Remove items
  1. Checkout
  2. Confirmation

This application can either be used stand-alone with fake data or connected to the ReCommerce API gateway.

Installing

  1. First install Aurelia's CLI from npm: npm install -g aurelia-cli
  2. Install the following dependencies from npm:
  • numeral.js: npm install numeral
  • aurelia-validation: npm install aurelia-validation --save
  • aurelia-mask (for patterned inputs): npm install aurelia-mask
  • aurelia-fetch-client (modern http): npm install aurelia-fetch-client
  1. Clone this repo
  2. Execute au run to demo it
  • To make changes and have the app auto-reload execute au run --watch

About

ReCommerce UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published