Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bearury/front-end-entrance-exam
- Owner: bearury
- Created: 2024-08-01T13:15:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T17:12:24.000Z (6 months ago)
- Last Synced: 2024-12-17T07:22:12.599Z (about 1 month ago)
- Topics: css3, html5, js, vite
- Language: HTML
- Homepage: https://webjsmaster.github.io/front-end-entrance-exam/
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```