next js typescript

Solutions on MaxInterview for next js typescript by the best coders in the world

showing results for - "next js typescript"
Karl
03 Aug 2018
1yarn add --dev typescript @types/react @types/node
Giulio
27 Jan 2017
1npx create-next-app --example with-typescript with-typescript-app
2# or
3yarn create next-app --example with-typescript with-typescript-app
Matteo
21 May 2016
1// create a tsconfig
2touch tsconfig.json
3
4// run command `npm run dev` 
5npm run dev