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

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

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

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)