Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 381 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 381 Bytes

ShoppingCart

A simple shopping cart project built using Node.js,Express.js and templating engine.

Usage

Clone

Clone the Project

$ git clone https://github.com/tanishha/ShoppingCart.git
$ cd ShoppingCart

Installation

Install the dependencies

$ npm install

Run

This will run your dev server at http://localhost:8000

$ npm start