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

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

Tutorial for Next.js
https://github.com/zenstackhq/docs-tutorial-nextjs

Last synced: about 2 months ago
JSON representation

Tutorial for Next.js

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.

See documentation [here](https://zenstack.dev/docs/get-started/nextjs).

To run the project:

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

For the Next.js 13 new "app" directory, please checkout [this project](https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir).