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

https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir

Tutorial for Next.js 14 with "app" directory
https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir

Last synced: about 2 months ago
JSON representation

Tutorial for Next.js 14 with "app" directory

Awesome Lists containing this project

README

        

# ZenStack Next.js Tutorial Project

This is a sample project for demonstrating how to use ZenStack in a Next.js project (v14 with the new "app" router).

See documentation [here](https://zenstack.dev/docs/quick-start/next-app-router).

To run the project:

```
npm run build
npm run dev
```