Skip to content

How the CLI works

Vic Shóstak edited this page May 1, 2021 · 27 revisions

If you think that Create Go App CLI is a "black box" that magically creates objects out of thin air.

So, basically the CLI contains three main parts:

  • Pre-configured backend part
  • Frontend part generated by Vite.js
  • Deploy-ready Ansible roles

The backend part

The frontend part

Frontend part will be generate using awesome tool Vite.js under the hood. You can choose between:

Name JavaScript TypeScript
Pure (vanilla) vanilla vanilla-ts
React react react-ts
Preact preact preact-ts
Vue.js vue vue-ts
Svelte svelte svelte-ts
Lit lit-element lit-element-ts

Deploy-ready Ansible roles

Clone this wiki locally