qqpann / nextjs-template

Battely included, monorepo-ready Next.js template

Home Page:https://nextjs-template.qpan.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js template

This is the Next.js template.

Quick start

Create a new repository from this template. Install packages and you are good to go.

pnpm install
pnpm dev

Happy hacking!

Advanced

Keep up to date with the template

git remote add template https://github.com/qqpann/nextjs-template.git
git fetch --all
git merge template/main

When you make changes, you may need to use --allow-unrelated-histories option when merging.

About

Battely included, monorepo-ready Next.js template

https://nextjs-template.qpan.dev


Languages

Language:JavaScript 58.2%Language:TypeScript 30.6%Language:CSS 11.2%