Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearury/front-end-entrance-exam

Тестовое задание от T-bank
https://github.com/bearury/front-end-entrance-exam

css3 html5 js vite

Last synced: about 1 month ago
JSON representation

Тестовое задание от T-bank

Awesome Lists containing this project

README

        

# Вступительный экзамен для Front-end разработчика

## Деплой проекта [здесь](https://webjsmaster.github.io/front-end-entrance-exam/)

## ТЗ [здесь](https://github.com/jegius/front-end-entrance-exam)

### Для запуска локальный разработки
```
yarn
yarn dev
```

### Проерка линтером
```
yarn lint
```

### Форматирование по правилам prettier
```
yarn format
```

### Сборка проекта
```
yarn build
```

### Деплой проекта
```
yarn deploy
```