Next.js Mastery

Join the React Bootcamp

The React Bootcamp is 5 full weeks of professional React training to take you from wherever you are to top-tier React programmer in record time.

Lifetime Access

$79
Complete Package
Become a React Pro

Transcript

Once you have Node.js installed, as well as a code editor to use on your computer, we can move on to creating a Next.js application. We can do that using the CLI tool "create-next-app". This tool will handle everything we need. It will install all of our dependencies and scaffold our project with th...