Create nextjs typescript (ok)

https://dev.to/filippofonseca/how-to-set-up-a-next-js-project-with-typescript-and-react-576h

yarn create next-app abc
touch tsconfig.json
yarn add --dev typescript @types/react @types/node

Last updated

Was this helpful?