See how to install NextJS inside a folder by following these simple steps:
1. Open a terminal and run npx create-next-app@latest ./
2. This will create a basic Next.js structure inside the current folder.
3. Start the development server with npm run dev.
4. open http://localhost:3000 in your browser to see your Next.js app running!