Create a New Next.js and TypeScript Project

Share this video with your friends

Send Tweet

Next.js is React’s recommendation for building server side rendered (SSR) web apps. It features SSR and Static Site Generation (SSG), TypeScript support, routing, and more.

In this lesson you will also set up this course’s example and learn to create a new Next.js and TypeScript project.