Skip to content

OurFreeLight/HotStaqAdminPanel

Repository files navigation

@hotstaq/admin-panel

This application was bootstrapped with HotStaq

Getting Started

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!

Docker

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

API Generation

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

About

An admin panel scaffolding for use with HotStaq.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published