suhaotian / 3-tips-make-next-more-stable-demo

Demo code for 3 Tips make Next.js App More Stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo code of the article

  • Use pnpm monorepo
  • ./api-server for the API server
  • ./next-app for the Next.js example

Install deps:

pnpm install

Run dev:

pnpm dev

Pages:

After run dev,

Open http://localhost:3000 in browser

Or open http://localhost:3000/improved in browser

About

Demo code for 3 Tips make Next.js App More Stable


Languages

Language:TypeScript 73.4%Language:JavaScript 24.9%Language:CSS 1.7%