/chat_websockets_nestjs_react

This project has been moved from the employer's private repository to gitlab. My project "Chat on websockets" using nestjs and react.

Primary LanguageTypeScript

React Websockets NestJS TypeScript NPM GitLab

Server folder:

1. Rename .env.dist file to .env
2. $ npm install
2. $ npm run start:dev or npm run start:prod

Client folder:

1. Rename .env.dist file to .env
2. $ npm install
3. $ npm run start