Introduction
The KDK application template includes all the necessary boilerplate that you will need to get started building your application:
- client-side boilerplate in the root folder
- server-side boilerplate in the api folder
- continuous integration/deployment boilerplate in the root folder as Dockerfiles and Travis CI scripts
It also includes a ready-to-use user authentication service and login screen.
Infrastructure
The setup of application infrastructures is typically powered by our kaabah project while application deployment is typically powered by our kargo project.