This is a React.js application that runs on a backend of express, node.js and socket.io. Currently, a user can type in their username and create a room and then join it. The room name can be used by a different users to connect to one room.
- React.js
- Bulma CSS
- Express
- Socket.io
- node.js
- Clone the repo
- npm install the dependencies for both the client and the server directories
- npm run dev in the server directory
- npm start in the client directory