An open API service indexing awesome lists of open source software.

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

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 example

Install 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