journal.pl/README.md
Primakov Alexandr Alexandrovich d7b521c2ec
All checks were successful
platform/bro/pipeline/head This commit looks good
platform/bro/pipeline/pr-master This commit looks good
move 2 brojs
2024-08-05 22:10:34 +03:00

31 lines
575 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# journal
Презентационный слой для проекта журнал
UI позволяет управлять курсам, набором лекций а так же отмечать присутствие студентов
## Установка
### установка зависимостей
```shell
npm install
```
### Настройка окружения
пропишите в hosts строку
```
127.0.0.1 journal.test
```
## Запуск
```shell
npm start
```
откройте в браузере [проект](http://journal.test)