Course lesson
Set up a Next 14 Project with create-next-app
We'll start off by creating our project with npx create-next-app. This is a standard install so we'll select some of the options the CLI offers us.
- Duration
- 2 min
- Access
- Free
- Transcript
- Retained from source evidence
We'll start off by creating our project with npx create-next-app. This is a standard install so we'll select some of the options the CLI offers us.
Next, you'll notice that I'm running into some errors importing packages. This is because we need to update our eslint config so we'll edit .babelrc and .eslintrc to get those errors to go away.