This application was bootstrapped with HotStaq
Navigate to the project's directory then enter:
npm run build
This will transpile the TypeScript into ES6 JavaScript by default. After this is done building, enter:
npm run dev
This will launch the web server in development mode. Open a web browser and navigate to https://127.0.0.1:8080 to see the example page!
To build the docker images navigate to the project's directory and enter:
hotstaq build
This will build the Dockerfile. After which you can navigate into your output directory and enter:
./build.sh
To start the docker image, run:
./start-app.sh
To generate a web client for use on a website enter:
npm run build-web
To generate the OpenAPI 3.0.0 YAML documentation enter:
npm run build-doc