Skip to content

ssk93-dev/frontend-project-lvl4

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage tests and lint

Heroku link:

Hexlet Chat

Description

Chat application with autorization, registration, channels. Based on React with ReduxToolkit.

Installation

$ git clone
$ make install

You can start dev server by typing followin command:

$ make start

To run tests you can type:

$ make test

or

$ make test-coverage

And deploy app to Heroku (heroku cli) by typing:

$ make deploy