https://github.com/4eb0da/divkit-custom-handler-sample
https://github.com/4eb0da/divkit-custom-handler-sample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4eb0da/divkit-custom-handler-sample
- Owner: 4eb0da
- Created: 2023-04-10T18:02:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T18:10:59.000Z (about 3 years ago)
- Last Synced: 2025-09-13T16:11:59.966Z (9 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Установка
```shell
cd server && npm ci && cd ..
cd client && npm ci && cd ..
```
## Запуск
```shell
cd server && npm start
```