create next app typescript template code example
Example 1: create next app typescript
npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app
Example 2: create next app
npx create-next-app my-app
Example 3: create next js app yarn
yarn create next-app