Shopping cart UI simplified. This is a saple shopping cart UI written with the help of Can.js framework.
After cloning the repository use the following command to install the dependencies. Use Node.js version 6 or up.
> npm install
Use http-server npm plugin to view the website
> npm install -g http-server
> http-server
Once the web server has started, navigate to http://localhost:8080/main.html to view the application