Skip to main content
Version: Next

Create Lunox App

Creating a Lunoxjs app is easy with just one command:

pnpm create lunox-app

Choose the preset you want and press Enter.

? Please select a preset: (Use arrow keys)
❯ preset-api (API only without view)
preset-react (using React as the view engine)
preset-svelte (using Svelte as the view engine)

Type the name of your app and press Enter.

? Please enter your app name: (my-lunox-app)

Wait until the installation is complete and follow the instructions to run your Lunox app.

Congratulations! You are now ready to use the Lunox framework. 😊