This repository contains the code for a YouTube video series dedicated to learning Next.js. Follow along as we learn together.
- Building Beautiful Landing Pages with Next.js
- SEO Best Practices in Next.js. SEO Part 1
- Creating Unique Landing Pages for Different Keywords. SEO Part 2
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To dive deeper into Next.js, check out the following resources:
This project is MIT licensed.