https://github.com/emanuelefavero/nextjs-app-router
This is a cheat sheet project for the Next.js 13 App Router
https://github.com/emanuelefavero/nextjs-app-router
app-router cheatsheet nextjs nextjs13
Last synced: 3 months ago
JSON representation
This is a cheat sheet project for the Next.js 13 App Router
- Host: GitHub
- URL: https://github.com/emanuelefavero/nextjs-app-router
- Owner: emanuelefavero
- License: mit
- Created: 2023-05-08T11:15:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T06:39:03.000Z (5 months ago)
- Last Synced: 2025-05-14T07:45:41.321Z (5 months ago)
- Topics: app-router, cheatsheet, nextjs, nextjs13
- Language: TypeScript
- Homepage: https://nextjs-app-router-rouge.vercel.app
- Size: 1.04 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Next.js App Router
This is a cheat sheet project for the Next.js 13/14 [App Router](https://nextjs.org/docs/app)
> Note: Check out this repo's project to see the new features in action
## Live Demo
- [nextjs-app-router-cheatsheet.vercel.app](https://nextjs-app-router-cheatsheet.vercel.app/)
### Screenshot
## Getting Started
1. Clone the repo and `cd` into it
2. Run `npm i`
3. Run `npm run dev`> Note: In order for the `Google Maps Embed` to work (in the `/third-party-libraries` route), you need to add your own API key (`GOOGLE_MAPS_EMBED_API_KEY`) in the `.env.local` file. See instructions in the `.env.local.example` file.
## Resources
- [Next.js App Router Docs](https://nextjs.org/docs/app)
- [App Router API Reference](https://nextjs.org/docs/app/api-reference)## License
- [MIT](LICENSE.md)