https://github.com/juliusmarminge/minimal-nextjs
The most minimal Next app. Perfect for bug repros since create-next-app includes a bunch of junk
https://github.com/juliusmarminge/minimal-nextjs
nextjs react typescript vercel
Last synced: 5 months ago
JSON representation
The most minimal Next app. Perfect for bug repros since create-next-app includes a bunch of junk
- Host: GitHub
- URL: https://github.com/juliusmarminge/minimal-nextjs
- Owner: juliusmarminge
- Created: 2025-07-18T21:19:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T21:34:43.000Z (11 months ago)
- Last Synced: 2025-12-09T09:46:44.872Z (6 months ago)
- Topics: nextjs, react, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minimal-nextjs
`create-next-app` without all the junk.
## Getting Started
1. Pull project:
- Using Git: `git clone https://github.com/juliusmarminge/minimal-nextjs`
- Using create-next-app: `pnpm create next-app -e https://github.com/juliusmarminge/minimal-nextjs`
2. Install deps: `pnpm i`
3. Start server: `pnpm dev`
or [Open in Stackblitz](https://stackblitz.com/github/juliusmarminge/minimal-nextjs?file=app%2Fpage.tsx)