Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 193 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 193 Bytes

Quiz app multiplayer

Multiplayer quiz app using socket.io, React and Node.js.

To install dependencies run npm install and cd client && npm install

To start server, run npm run dev