Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeykazarinov/yandex.practicum
https://github.com/sergeykazarinov/yandex.practicum
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeykazarinov/yandex.practicum
- Owner: SergeyKazarinov
- Created: 2023-08-28T18:07:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T06:13:25.000Z (over 1 year ago)
- Last Synced: 2023-08-30T12:57:31.837Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://yandex-practicum.vercel.app
- Size: 1.18 MB
- 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/yandex.practicum.git
```2. Перейти в папку с проектом и установить зависимости в проекте
```bash
cd yandex.practicum
```
```bash
npm install
```3. Запустить проект
```bash
npm start
```