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
- Host: GitHub
- URL: https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir
- Owner: zenstackhq
- License: mit
- Created: 2023-05-30T06:10:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T21:25:11.000Z (8 months ago)
- Last Synced: 2025-04-30T06:09:54.355Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://docs-tutorial-nextjs-app-dir.vercel.app
- Size: 1.42 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```