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
- Host: GitHub
- URL: https://github.com/zenstackhq/docs-tutorial-nextjs
- Owner: zenstackhq
- Created: 2023-01-13T09:53:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T03:07:00.000Z (11 months ago)
- Last Synced: 2025-04-30T06:08:52.724Z (about 2 months ago)
- Language: TypeScript
- Size: 1.96 MB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).