Translate Docs to ID
Create
Project Creation Guide
Lokio provides various project templates that you can use to start application development. Here is a complete list of available templates along with their descriptions.
How to Use
- Open terminal in the directory where you want to create a new project
- Run the create command with your desired template:
lokio create - Follow the prompts in the terminal to complete project creation
Available Templates
Monolith
Application development using a monolithic architecture.
| Stack | Status | Info |
|---|---|---|
| Next (Hono) | Ready | the Next.js framework in a monolithic architecture with hono |
Frontend
Frontend provides technologies for building user interfaces.
| Stack | Status | Info |
|---|---|---|
| React | Soon | We need the best contribution Github |
| Next | Soon | We need the best contribution Github |
| Vue | Soon | We need the best contribution Github |
| Nuxt | Soon | We need the best contribution Github |
| Svelte | Soon | We need the best contribution Github |
| Astro | Soon | We need the best contribution Github |
Mobile
Technologies for mobile application development.
| Stack | Status | Info |
|---|---|---|
| Kotlin MVVM | Ready | MVVM architecture in Android development using Kotlin |
| Flutter | Soon | We need the best contribution Github |
Backend
Backend provides technologies for building server-side applications.
| Stack | Status | Info |
|---|---|---|
| Golang | Ready | Go programming language for high performance and efficiency |
| Elysia | Ready | A modern and modular TypeScript-based backend framework |
| Hono | Soon | We need the best contribution Github |
Important Notes
- Make sure Lokio is properly installed before trying to create a project
- Each template will generate a project structure that has been optimized for the chosen technology
- File formats (.ts, .kt, .go) will be automatically adjusted based on the selected template
Additional Help
If you need further assistance, you can:
- Run
lokio help createfor more detailed information - Visit Lokio's online documentation