Skip to content

yjcxy12/node-angular-shopping-cart

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published