gurpreet-hanjra / CartApp

Mini Cart app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mini Cart app


Languages

Language:JavaScript 63.9%Language:CSS 27.7%Language:HTML 8.4%