TypeScript Next.js example (ok)

https://github.com/vercel/next.js/tree/canary/examples/with-typescript

npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app

Last updated

Was this helpful?