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

  1. Open terminal in the directory where you want to create a new project
  2. Run the create command with your desired template:
    
    lokio create
    
  3. Follow the prompts in the terminal to complete project creation

Available Templates

Monolith

Application development using a monolithic architecture.

StackStatusInfo
Next (Hono)Readythe Next.js framework in a monolithic architecture with hono

Frontend

Frontend provides technologies for building user interfaces.

StackStatusInfo
ReactSoonWe need the best contribution Github
NextSoonWe need the best contribution Github
VueSoonWe need the best contribution Github
NuxtSoonWe need the best contribution Github
SvelteSoonWe need the best contribution Github
AstroSoonWe need the best contribution Github

Mobile

Technologies for mobile application development.

StackStatusInfo
Kotlin MVVMReadyMVVM architecture in Android development using Kotlin
FlutterSoonWe need the best contribution Github

Backend

Backend provides technologies for building server-side applications.

StackStatusInfo
GolangReadyGo programming language for high performance and efficiency
ElysiaReadyA modern and modular TypeScript-based backend framework
HonoSoonWe 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 create for more detailed information
  • Visit Lokio's online documentation