journal.pl/README.md
Primakov Alexandr Alexandrovich e33c01cf2d
Some checks failed
platform/bro/pipeline/head There was a failure building this commit
platform/bro/pipeline/pr-master This commit looks good
move 2 brojs
2024-08-05 21:56:28 +03:00

31 lines
575 B
Markdown
Raw 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)