Easy way of adding your items and make shopping
This project is currently in development.
Clone down this repository:
You will need node
and npm
installed globally on your machine.
git clone git@github.com:merveer/online-shopping.git
cd online-shopping
Dependency Installation:
npm install
To Start Server:
cd server
npm install
nodemon server
Serve with hot reload at localhost:4200
cd client
cd AngularProject
npm install
ng serve
- This project is the part of online tutorial