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

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

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)