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.
- Introduction to Next.js 15
- Development Environment
- New Next.js Project
- Understanding Project Structure
- React Server Components
- Routing
- Route Handlers
- Fetching Data
- Server Actions
- Authentication
- Next Steps