Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekshubhamrajput/nextjs15-demo-app
Demo project built with Next.js-15 to explore project structure, server components, routing, route handlers, fetching data, server actions and authentication. Designed as a foundational example for learning and expermenting with NextJS 15.
https://github.com/geekshubhamrajput/nextjs15-demo-app
authentication fetching-data project-structure route-handlers routing server-actions server-components
Last synced: 11 days ago
JSON representation
Demo project built with Next.js-15 to explore project structure, server components, routing, route handlers, fetching data, server actions and authentication. Designed as a foundational example for learning and expermenting with NextJS 15.
- Host: GitHub
- URL: https://github.com/geekshubhamrajput/nextjs15-demo-app
- Owner: GeekShubhamRajput
- Created: 2024-11-06T17:12:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:44:42.000Z (about 2 months ago)
- Last Synced: 2024-11-08T18:34:25.716Z (about 2 months ago)
- Topics: authentication, fetching-data, project-structure, route-handlers, routing, server-actions, server-components
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next JS Demo App
## Getting Started
To create next app
```bash
npx create-next-app app_name
```To run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.## Contents
1. Introduction to Next.js 15
2. Development Environment
3. New Next.js Project
4. Understanding Project Structure
5. React Server Components
6. Routing
7. Route Handlers
8. Fetching Data
9. Server Actions
10. Authentication
11. Next Steps