Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 219 Bytes

Just a simple app to test socket.io in tandem with Vue.js and Nest.js

To test in development mode

Open a terminal and:

cd client

npm run dev

Then open a separate terminal and run:

cd server

npm run start