Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 2.26 KB

README.md

File metadata and controls

76 lines (57 loc) · 2.26 KB

KBoot

Backend

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you:

Additional Reference

client

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

server

  • make build (executable jar in gradle)
gradle bootjar
java -jar build/libs/kboot-0.0.1-SNAPSHOT.jar

docker

ref docker build

  • create docker image: docker build . -t kboot-app
  • run docker image: docker run -p 8090:8090 kboot-app:latest
  • check your browser: http://localhost:8090