An open API service indexing awesome lists of open source software.

https://github.com/sergeykazarinov/chat


https://github.com/sergeykazarinov/chat

css-modules react typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Быстрый старт


1. Склонировать проект на свой компьютер

```bash
git clone https://github.com/SergeyKazarinov/chat.git
```

2. Перейти в папку с проектом и установить зависимости в проекте

```bash
cd chat
npm install
```

3. Запустить проект

```bash
npm start
```