Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 341 Bytes

File metadata and controls

10 lines (8 loc) · 341 Bytes

To run the project

  1. clone it
  2. in root directory run yarn install or npm install
  3. in root directory run cd server && yarn install or cd server && npm install
  4. cd .. (going back to root directory)
  5. npm run start

Open in different tabs to see websockets in action. Small contributions and improvements are welcome.