This is the repository responsible for Chats apps.
To work properly, fill in the .env
file. Use the .env.example
file as an example.
npm install
at the root- Fill ENVs
npm run dev
- Enjoy ❤️
-
React — a frontend library.
-
Redux + [RTKQuery] (https://redux-toolkit.js.org/) — a state manager.
-
react-router-dom - for routing
-
react-hook-form - for working with forms
npm run format
- fix stylesnpm run lint:fix
- and fix your warnings and errors