How to get started with a typescript project using yarn for package management and nvm for managing node versions.
Set up the overall environment
nvm install lts/*
npm install -g strip-json-comments-cli
npm install -g yarn
Set up the project directory. I use ~/src/<project>
mkdir <applicationname>