bi-ido-flight-log-public/frontend/README.md
2022-10-02 23:23:03 +02:00

16 lines
207 B
Markdown

# Frontend in Aurelia
Commands:
Start frontend separately:
```
au run
```
Build app into dist:
```
au build --env prod
```
After that copy content of `dist` directory to `app/src/main/resources/static`.