https://github.com/suhaotian/3-tips-make-next-more-stable-demo
Demo code for 3 Tips make Next.js App More Stable
https://github.com/suhaotian/3-tips-make-next-more-stable-demo
Last synced: 2 months ago
JSON representation
Demo code for 3 Tips make Next.js App More Stable
- Host: GitHub
- URL: https://github.com/suhaotian/3-tips-make-next-more-stable-demo
- Owner: suhaotian
- Created: 2024-03-19T05:50:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T13:39:16.000Z (about 1 year ago)
- Last Synced: 2025-02-02T22:13:24.131Z (4 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo code of the article
- Use pnpm monorepo
- `./api-server` for the API server
- `./next-app` for the Next.js exampleInstall deps:
```sh
pnpm install
```Run dev:
```sh
pnpm dev
```Pages:
After run dev,
Open `http://localhost:3000` in browser
Or open `http://localhost:3000/improved` in browser