Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 280 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 280 Bytes

TechGarage

Prerequesite

Install Node.js from nodejs.org

Server

Start server:

cd project/server
npm install ci
npm install -g nodemon
nodemon server

Client

Start Web server

cd project/client
npm install ci
npm start