https://github.com/romanow/simple-frontend
Simple frontend to run in Docker
https://github.com/romanow/simple-frontend
react typescript
Last synced: 3 months ago
JSON representation
Simple frontend to run in Docker
- Host: GitHub
- URL: https://github.com/romanow/simple-frontend
- Owner: Romanow
- Created: 2022-11-05T18:48:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T14:32:21.000Z (about 2 years ago)
- Last Synced: 2025-06-14T08:10:26.792Z (about 1 year ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Frontend
[](https://github.com/Romanow/simple-frontend/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
### Сборка и локальный запуск
```shell
# устанавливаем зависимости
$ npm install
# собираем проект
$ npm run dev
# запускаем
$ dcoker compose postgres simple-backend -d
```