0.1.1 • Published 2 years ago

b2022 v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

B2022-KG-Story

Requirements

App setup and start

npm install
npm start

This project is bootstrapped by aurelia/new.

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

Analyze webpack bundle

npm run analyze