nextjs with typescrip example

JavaScript
npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app// create a tsconfig
touch tsconfig.json

// run command `npm run dev` 
npm run dev
Source

Also in JavaScript: