Skip to content

Latest commit

 

History

History

README.md

create-fullstack-starter

CLI tool to quickly scaffold the Fullstack Starter template

npm version License: MIT

English | 한국어

Introduction

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.

Usage

# 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 .

Options

Option Description
[directory] Directory to create the project in (default: interactive prompt)
-v, --version Show version
-h, --help Show help

Next Steps After Creation

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 servers

Sponsors

If this project helped you, please consider buying me a coffee!

Buy Me A Coffee

Or leave a star:

gh api --method PUT /user/starred/gracefullight/pkgs

License

MIT