项目作者: merveer

项目描述 :
Online shopping web app
高级语言: TypeScript
项目地址: git://github.com/merveer/online-shopping.git
创建时间: 2018-10-18T09:23:23Z
项目社区:https://github.com/merveer/online-shopping

开源协议:

下载


Online Shopping

Easy way of adding your items and make shopping

Project Status

This project is currently in development.

Installation and Setup Instructions

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