- React 18;
- MUI (UI library)
- Express.js
- Socket.io
- Jsonwebtoken
- Typescript
Execute commands at the root of the project.
Configure and launch the server:
cd servernpm install- Create .env file in the root of
./serverdirectory following the example from .env.example file npm run dev
Configure and launch the client:
cd clientnpm installnpm start