Made without using querySelector. The project is a fully functional chat application.
- Client: TypeScript
- Server: Pre-built server in JavaScript
- Additional: WebSocket
Clone the repository:
Navigate to the server directory and install dependencies:
cd src/server
npm installFrom the root directory, install dependencies and start the application:
Rename the .env.example file to .env
npm install
npm run start # Launches both the server and clientNote: This project uses two separate node_modules directories—one for the server and one for the client.