bp-wizard-create-next-ts
v1.2.0
Published
🧙♂️ Next.js + TypeScript boilerplate with modern features and best practices
Maintainers
Readme
BP Wizard Next.js TypeScript
A minimal, batteries‑included Next.js + TypeScript boilerplate designed to get you up and running in seconds.
What's Inside
- Next.js with App Router (latest version)
- React with TypeScript (latest versions)
- TypeScript configuration optimized for Next.js
- Jest for unit testing
- Playwright for end‑to‑end testing
- ESLint & Prettier for code quality and formatting
- Server-side rendering ready
- Modern Next.js project structure
All dependencies use the latest compatible versions at the time of project creation.
Quick Start
Create your new Next.js + TypeScript project:
npm install -g bp-wizard-create-next-ts
bp-wizard-create-next-ts your-app-name-here
cd your-app-name-here
npm run devOr use npx for one-time usage:
npx bp-wizard-create-next-ts your-app-name-here
cd your-app-name-here
npm run devAvailable Scripts
| Command | Description |
| ------------------ | ---------------------------------------- |
| npm run dev | Starts local dev server with hot reload |
| npm run build | Builds the app for production |
| npm start | Runs the built app in production mode |
| npm test | Run unit tests with Jest |
| npm run test:e2e | Run end‑to‑end tests with Playwright |
| npm run lint | Lint all source files with ESLint |
Features
- Next.js - Latest Next.js with App Router
- TypeScript - Full TypeScript support with proper configuration
- Fast Refresh - Instant feedback during development
- SSR Ready - Server-side rendering out of the box
- Testing Setup - Unit tests with Jest, E2E with Playwright
- Code Quality - ESLint configuration for Next.js + TypeScript
- Responsive - Mobile-first responsive design
- Modern Structure - Clean Next.js App Router organization with TypeScript
License
MIT © Rhone Lachner
Support this project: Buy me a coffee ☕️
Download my commit message formatting tool, CommitWizard, here: CommitWizard CLI
