Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 374 Bytes

Javascript -JQuer training

This project is used for the training of Javascript and JQuery

Install

$ cd client && npm i && cd ..
$ cd server && npm i && cd ..

Run

Both client and server are on watch mode so you will need to execute the following in two different termina window

$ cd client && npm start
$ cd server && npm start