create-next-app [C]
📓 Notes:
In Next 15, they added the option to opt-in to Turbopack, a new JavaScript bundler that is faster than Webpack, for development mode during the initialization of a new project.
The Next.js setup CLI remembers your last preferences. If you’ve previously set up a Next.js project using the CLI, the default options may differ. To ensure consistency, make sure to select the options specified in the lesson.
📘 Exercises:
- Read more about Next's installation instructions
- If you want to opt-in or opt-out of Turbopack for a faster development experience, you can read more about it here.
15 comments