-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update NextJS setup #6724
Update NextJS setup #6724
Conversation
Update NextJS setup using the latest official NextJS docs
What is your project named? my-app | ||
Would you like to use TypeScript? No / Yes | ||
Would you like to use ESLint? No / Yes | ||
Would you like to use Tailwind CSS? No / Yes | ||
Would you like to use `src/` directory? No / Yes | ||
Would you like to use App Router? (recommended) No / Yes | ||
Would you like to customize the default import alias? No / Yes | ||
``` | ||
**Note:** Prompts are subject to change depending on NextJS versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I'd leave out the prompt example here since they can get deprecated real quickly 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and removed 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🛥️
Update NextJS setup using the latest official NextJS docs