bi-ido-flight-log-public/frontend
2023-11-06 13:06:40 +01:00
..
aurelia_project Initial commit 2022-10-02 23:23:03 +02:00
src Unify default port to 8080 2023-11-06 13:06:40 +01:00
static Initial commit 2022-10-02 23:23:03 +02:00
.babelrc.js Initial commit 2022-10-02 23:23:03 +02:00
.editorconfig Initial commit 2022-10-02 23:23:03 +02:00
.eslintrc.json Initial commit 2022-10-02 23:23:03 +02:00
favicon.ico Initial commit 2022-10-02 23:23:03 +02:00
index.ejs Initial commit 2022-10-02 23:23:03 +02:00
package-lock.json Initial commit 2022-10-02 23:23:03 +02:00
package-scripts.js Initial commit 2022-10-02 23:23:03 +02:00
package.json Initial commit 2022-10-02 23:23:03 +02:00
README.md Initial commit 2022-10-02 23:23:03 +02:00
webpack.config.js Initial commit 2022-10-02 23:23:03 +02: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.