An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Next.js 16 Starter

![project status](https://img.shields.io/badge/project_status-active-success?style=for-the-badge)
[![live site](https://img.shields.io/badge/live_site-blue?style=for-the-badge)](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