No description
Find a file
2023-10-03 11:23:46 +02:00
src adding files 2023-10-03 11:23:46 +02:00
test adding files i though were there 2023-10-02 16:03:09 +02:00
.env adding files i though were there 2023-10-02 16:03:09 +02:00
.env.development adding files i though were there 2023-10-02 16:03:09 +02:00
.eslintrc.json adding files i though were there 2023-10-02 16:03:09 +02:00
.gitignore adding files i though were there 2023-10-02 16:03:09 +02:00
.htmlhintrc adding files i though were there 2023-10-02 16:03:09 +02:00
.npmrc adding files i though were there 2023-10-02 16:03:09 +02:00
.yarnrc.yml adding files i though were there 2023-10-02 16:03:09 +02:00
favicon.ico adding files i though were there 2023-10-02 16:03:09 +02:00
index.html adding files i though were there 2023-10-02 16:03:09 +02:00
package-lock.json adding files i though were there 2023-10-02 16:03:09 +02:00
package.json adding files i though were there 2023-10-02 16:03:09 +02:00
README.md adding files i though were there 2023-10-02 16:03:09 +02:00
tsconfig.json adding files i though were there 2023-10-02 16:03:09 +02:00
webpack.config.js adding files i though were there 2023-10-02 16:03:09 +02:00

study-case-aur

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Build the app in production mode

npm run build

It builds all files to dist folder. To deploy to production server, copy all the dist/* files to production root folder.

For example

dist/index.html
dist/foo.12345.js

Copy to production root folder

root_folder/index.html
root_folder/foo.12345.js

Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Analyze webpack bundle

npm run analyze