bi-ido-flight-log-public/frontend/README.md

16 lines
207 B
Markdown
Raw Permalink Normal View History

2022-10-02 21:23:03 +00:00
# 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`.