Documentation

Quick Start

Shell
# Create your next amazing project
bunx create-mantou-app my-app

# Jump into the action
cd my-app
bun install
bun run dev

📁 Project Structure

Shell
my-app/
├── src/
   ├── app/      # Your pages live here
   ├── page.tsx   # Root page
   └── layout.tsx # Root layout
   └── route.ts   # Route file
   └── components/
└── mantou.config.ts   # Configuration File

Search