CLI tool to quickly scaffold the Fullstack Starter template
English | 한국어
Downloads the fullstack-starter template from GitHub to create a new project.
A production-ready fullstack monorepo template based on Next.js 16, FastAPI, Flutter, Terraform, and mise.
For more details, see the fullstack-starter repository or documentation.
# Run with npx
npx create-fullstack-starter my-project
# Or use package manager's create command
npm create fullstack-starter my-project
yarn create fullstack-starter my-project
bun create fullstack-starter my-project
# Run interactively
npx create-fullstack-starter
# Create in current folder
npx create-fullstack-starter .| Option | Description |
|---|---|
[directory] |
Directory to create the project in (default: interactive prompt) |
-v, --version |
Show version |
-h, --help |
Show help |
cd my-project
mise install # Install runtimes (Node, Python, Flutter, etc.)
mise run install # Install dependencies
mise infra:up # Start local infrastructure (PostgreSQL, Redis, MinIO)
mise dev # Start development serversIf this project helped you, please consider buying me a coffee!
Or leave a star:
gh api --method PUT /user/starred/gracefullight/pkgsMIT
