https://github.com/johnnygerard/starter-next-js-16
Next.js 16 starter
https://github.com/johnnygerard/starter-next-js-16
next-js react tailwind-css vercel
Last synced: 6 days ago
JSON representation
Next.js 16 starter
- Host: GitHub
- URL: https://github.com/johnnygerard/starter-next-js-16
- Owner: johnnygerard
- License: mit
- Created: 2026-05-31T18:54:39.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-21T00:29:37.000Z (9 days ago)
- Last Synced: 2026-06-21T02:11:47.156Z (9 days ago)
- Topics: next-js, react, tailwind-css, vercel
- Language: TypeScript
- Homepage: https://starter-next-js-16.vercel.app
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Next.js 16 Starter

[](https://starter-next-js-16.vercel.app/)
## Overview
This starter repository facilitates the creation of new Next.js projects using the configuration described below. Note that this Next.js starter is configured for use with a [static export](https://nextjs.org/docs/app/guides/static-exports). To restore the default Next.js server behavior, remove `output: "export"` from `next.config.ts` and run these commands:
```sh
npm uninstall serve
npm pkg set scripts.start='next start'
```
To learn how to use a GitHub template repository, check out [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
## Tech Stack
### Frontend
- **UI library**: [React 19](https://react.dev/)
- **Framework**: [Next.js 16](https://nextjs.org/)
- **Styling**: [Tailwind CSS 4](https://tailwindcss.com/)
### Backend
- **CDN**: [Vercel](https://vercel.com/docs/cdn)
## Dev Environment & Tools
- **System**: [Ubuntu](https://ubuntu.com/desktop)
- **Editor**: [VS Code](https://code.visualstudio.com/)
- **Formatter**: [Prettier](https://prettier.io/)
- **Linter**: [ESLint](https://eslint.org/)
## Copyright
© 2026 Johnny Gérard