Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 248 Bytes

Assignment Porject | Chat-application

Installation

 -If you do not have installation yarn in your computer, to install yarn
 npm install --global yarn

 yarn install
 nodemon backend/server.js

 cd frontend
 yarn install
 npm start