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

https://github.com/weaponsforge/nextjs-app-routes

Testing using the newer NextJS v13+ app routes
https://github.com/weaponsforge/nextjs-app-routes

nextjs nextjs13 react reactjs

Last synced: about 1 year ago
JSON representation

Testing using the newer NextJS v13+ app routes

Awesome Lists containing this project

README

          

## nextjs-app-routes

Testing using the newer NextJS v13+ app routes following the latest docs tutorials.

- NextJS Intro Tutorials - Dashboard App [[link]](https://nextjs.org/learn/dashboard-app)

### References

- App Router - https://nextjs.org/docs/app/building-your-application/routing
- (Older) Pages Router - https://nextjs.org/docs/pages/building-your-application/routing

### Requirements

1. NodeJS v18+ (Used NodeJS v20.9.0)
- node: v20.9.0
- npm: v10.1.0

2. Windows/Mac/Linux OS

## Installation

1. Clone the repository.

`git clone https://github.com/weaponsforge/nextjs-app-routes.git`

2. Install dependencies.

`npm install`

## Notes

- **create a new nextjs app using nodejs**

`create-next-app@latest --use-npm`

@weaponsforge

20231027