Basic Starter
Basic Starter provides a starter template that allows you to scaffold a basic JET app without any navigation, as follows:
ojet create MyApp --template=basic
There are two versions: a responsive design intended for web apps and a fixed design intended for hybrid apps. Both versions include basic header and footer components. When you scaffold a web app with the Basic Starter, the web version is used by default, and when you scaffold a hybrid app, the hybrid version is used. You can override the default, such as in this example of scaffolding a web app with the Basic Starter hybrid version:
ojet create MyApp --hybrid --template=basic


