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
- Host: GitHub
- URL: https://github.com/weaponsforge/nextjs-app-routes
- Owner: weaponsforge
- Created: 2023-10-27T15:38:22.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-27T16:06:27.000Z (over 2 years ago)
- Last Synced: 2025-01-31T10:44:38.046Z (about 1 year ago)
- Topics: nextjs, nextjs13, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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