The following project is a basic JavaScript project demonstrating in the move-to-typescript
branch commit by commit how you can move a project to TypeScript.
If you want to follow along with the related blog post, clone this repository and set up the project by running:
git clone https://github.com/dkundel/ts-move-demo.git
cd ts-move-demo
npm install
npm start
MIT