Skip to content

MostOfLuck/slack-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Slack chat

Communication is divided into channels. Each channel is a separate chat where users can communicate with each other. On the left, you will see a full list of available channels that you can join. And you can also create your own channel. By default, you are automatically added to #general. This is a general channel for communication of all users. In the messages section, you can send private messages to other people who are registered in our chat.

Guide:

Clone the repo:

$  git clone [email protected]:MostOfLuck/frontend-project-12.git

Install depencies:

$  npm install

Build project:

$  npm run build

Run the server:

$  npx start-server

Start production:

$  npm start

Demo:

You can test my app here: SLACK CHAT