nextjs getting started code example
Example 1: make nextjs project
npx create-next-app
# or
yarn create next-app
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