Added dev server options

Implemented basic structure for mock service
This commit is contained in:
2023-06-16 14:49:56 +02:00
parent 3c79bddde3
commit c0fcd53d35
12 changed files with 254 additions and 15 deletions

View File

@@ -41,6 +41,9 @@ within created container.
## How to run
Dev server(with hot-reload frontend): docker-compose -f docker-compose.dev.yml up --build
Prod: docker-compose up --build
### Localy
In order to run application use
```aidl