- Change directory into server and
npm installto install all the dependencies. - Then
npm startto run the app.
- Change directory into socket and
npm installto install all the dependencies. - Then
npm startto run the app.
- Change directory into client and
npm installto install all the dependencies. - Then
npm startto run the app.