Course lesson
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.
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.
Course lesson
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.