create-levelo-app
v2.0.0
Published
The official standard boilerplate bootstrapper for Levelo JS applications
Maintainers
Readme
The official CLI to scaffold Levelo JS projects instantly.
No Virtual DOM. Direct Real DOM. Built for speed and simplicity by Motion Mind.
Quick Start
npx create-levelo-app my-app
cd my-app
npm run devThat's it. You're leveling up. ⚡
Usage
npx create-levelo-app <project-name>To scaffold inside the current directory:
npx create-levelo-app .What You Get
my-app/
├── src/
│ ├── assets/
│ │ └── logo.svg
│ ├── pages/ ← All pages
│ ├── index.css
│ ├── Mind.jsx ← Main entry file
│ └── index.jsx ← App entry point
├── index.html
├── vite.config.js ← Levelo Vite plugin pre-configured
├── levelo.config.js
└── package.json ← Project name auto-setFeatures
- No Virtual DOM
- Direct Real DOM
- Runtime Overhead 0%
- Bundle Size Ultra Light
- JSX Support
- Vite-powered workflow
- Simple and lightweight setup
Templates
| Template | Status | |---|---| | JavaScript (default) | ✅ Available | | TypeScript | 🔜 Pending | | Minimal | 🔜 Pending |
Related
- Levelo JS Core — The core framework
- GitHub Repository — Full monorepo
- Motion Mind Lab — More products by Motion Mind
