Skip to main content

Create Leo App

Create Leo App

Scaffolding Your First Aleo Project

note

Compatibility: Node.js version 18+

With NPM:

npm create aleo-app@latest
  1. Enter the project name.

  2. This will prompt you to choose a preferred framework from the following options:

    • React
    • Node.js
    • Vanilla (JavaScript)
  3. If you choose React as your framework, the supported templates are:

    • JavaScript + Leo
    • TypeScript + Leo
    • TypeScript + Next.js

More Information

Based on create-vite: https://github.com/vitejs/vite/tree/main/packages/create-vite