Initialization
We may scaffold the project with the create-next-app helper:
npx create-next-app
It prompts us to pick options such as:
- turbopack instead of webpack
- typescript
- a linter
- Tailwind CSS
- a src/ directory, or everything at root level
- the pages router or the app router