/CartApp

Mini Cart app

Primary LanguageJavaScript

Cart

##For development build -

  1. npm install

  2. gulp

If problem with running gulp, try running npm install gulp -g

App will open in new browser window.

App will refresh automatically when any changes are made to source files.

For production build -

  1. npm install

  2. gulp dist-prod

'dist' zipped folder will be created with all the prod version of files.

For any comments/feedback/questions, contact gurpreet.singh@gmail.com

For tests -

  1. gulp test

If problem with running tests, try running npm install karma-cli -g