https://github.com/sergeykazarinov/chat
https://github.com/sergeykazarinov/chat
css-modules react typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeykazarinov/chat
- Owner: SergeyKazarinov
- Created: 2022-08-18T07:32:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T19:48:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:45:14.414Z (over 1 year ago)
- Topics: css-modules, react, typescript
- Language: TypeScript
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```