https://github.com/jamsinclair/nextjs-bug-reproduction-template
https://github.com/jamsinclair/nextjs-bug-reproduction-template
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamsinclair/nextjs-bug-reproduction-template
- Owner: jamsinclair
- Created: 2021-07-05T03:31:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T03:59:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T08:35:42.686Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Bug Reproduction Template
> Provides the minimum amount of code requried for a Next.js app. This can be used as a base to clearly demonstrate and reproduce bugs and issues with Next.js.
## Usage
- [Create a respository from this template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template)
- Run `npm install` and `npm run dev`
- Modify base code to replicate your problem
- When replicated be sure to include a link in relevant GitHub issue or discussion.This repo template will likely become less relevant once https://nextjs.org/live is fully launched 😎
-------
**Delete this message and everything above the line ☝🚮**# {Name of issue/bug}
[Link to issue at vercel/next.js](https://github.com/vercel/next.js/issues/{issue number})