Next.js starter template.
Create a repo from this template on GitHub.
I recommend using Bun, you can also use pnpm, npm or yarn.
bunx degit heybrostudio/nextjs-starter nextjs-app
cd nextjs-app
bun installI recommend using Bun, you can also use pnpm, npm or yarn.
bun installbun devbun buildThe lint is automatically executed when the code is committed.
bun lintIf you use vscode, the code is automatically formatted when you save it. And it's also automatically formatted when the code is committed.
bun formatbun upThis template is something I use a lot when creating new projects, so if you have any good ideas, feel free to share them. :)