Scaffold a new Next.js project based on the NextStarter boilerplate with a single command.
npx @bill742/create-nextstarter my-project
cd my-project
npm run dev- Clones the NextStarter template
- Cleans up template-only files (
.git,CLAUDE.md,CHANGELOG.md, etc.) - Copies
.env.example→.env - Sets the project
nameandversioninpackage.json - Optionally runs
npm install
- Node.js 18 or higher
- Git