Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 502 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 502 Bytes

Next JS Demo App

Getting Started

To create next app

npx create-next-app app_name

To run the development server:

npm run dev

Open 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