nextjs lesson code example
Example 1: create next js app
npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
Example 2: nextjs starter
Blog Post:
https://blog.bhanuteja.dev/nextjs-starter-with-authentication-react-17-typescript-tailwind-css-2-eslint
Demo URL:
https://next-starter.bhanuteja.dev
GitHub Repo:
https://github.com/pbteja1998/nextjs-starter