- Task List under
- 2.1 Create a NextJs app
- 2.2 Styling
- 2.3 Deploy your app
- 3.1 Pages and layouts
- 3.2 Navigation between pages
- 3.3 Dynamic routes
- 3.4 Route groups
- 3.5 Suspense and streaming
- 3.6 Error boundaries
- 4.1 Server vs client componensts
- 4.2 Static vs dynamic rendaring
- 4.3 Edge vs Node runtimes
- 5.1 Fetching
- 5.2 Caching
- 5.3 Revalidating
- 5.4 Server actions
- 5.5
- 5.6 Migrating from Nextjs
- 6.1 Image
- 6.2 Fonts
- 6.3 Scripts
- 6.4 Metadata
- 7.1 Route handler
- 7.2 Middleware
- 7.3 Internationalization
- 7.4 Chain middleware
- 8.1 NextAuth
- 8.1 Clerk
- 9.2 Setting up Typescript
- 10.1 Ecommerce project
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.