Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergeykazarinov/yandex.practicum


https://github.com/sergeykazarinov/yandex.practicum

Last synced: about 2 months ago
JSON representation

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
```