Hexlet tests and linter status:
About
Chat for messaging between users in channels like a telegram, vk or Slack.
Features
- Create new channels
- Edit names of created channels
- Deleting created channels
- Sending messages and receive instant messages
Technology stack
Getting started
This project was bootstrapped with Create Vite
To get running locally:
Clone this repository
npm install to install all the dependencies defined in a package.json file.
npx start-server to start backend
Create a new terminal window and enter command cd frontend && npm start