Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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