Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.13 KB

node-angular-shopping-cart

Demo Page

Install package

  • Fork and clone the repository using git clone
  • Install dependancies
npm install
  • Initialize mock data
npm run mock:init
  • Run app in dev mode
npm run serve:dev
  • Run app in production mode
npm run serve:production

Then dive into dist/index.html, change style and script to 'style.css' and 'bundle.min.js', instead of '../node-angular-shopping-cart/*' thing. Not the perfect solution yet.

Testing

  • Run test
npm run test
  • Test in watch mode
npm run test:watch

Remarks