Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1017 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1017 Bytes

Hexlet Chat

Node CI Maintainability Test Coverage

This project is analogue of most of Chats from the internet. This is the real-time application using AJAX, REST, websockets, React (with hooks) + Redux (@ reduxjs / toolkit) + Formik!

Installation:

make install

Run dev mode:

make start
// open localhost:8080

Run tests and coverage:

make test-coverage 
// or only tests
make test