My first experience with TypeScript: from a pre-existing Next.js project to a type casted app.
Commits prior to #0b30f383 (Add Typescript) belong to Thu Nghiem's videotutorial [https://www.youtube.com/watch?v=v8o9iJU5hEA&feature=emb_logo]Full Project-based Tutorial - React + Next.js
Install:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.