New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-leo-app

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-leo-app

> **Compatibility Note:** > Please use [Node.js](https://nodejs.org/en/) version 18+

latest
npmnpm
Version
0.10.0
Version published
Maintainers
5
Created
Source

create-leo-app

Scaffolding Your First Aleo Project

Compatibility Note: Please use Node.js version 18+

With NPM:

npm create leo-app@latest

Then follow the prompts!

You can also directly specify the project name and template you want to use via additional command line options. For example, to scaffold a Leo project using the Vanilla JavaScript template, run:

# npm 6.x
npm create leo-app@latest my-leo-app --template vanilla

# npm 7+, extra double-dash is needed:
npm create leo-app@latest my-leo-app -- --template vanilla

Currently supported template presets include:

  • Vanilla
  • React (JavaScript + Leo, React + TypeScript, or TypeScript + Next.js)
  • Node.js

You can use . for the project name to scaffold in the current directory.

More Information

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

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts