- Setup your local machine and get you familiar with TypeScript and it's tooling.
- Download and install
nvm - Install a specific version of node.
- Usually, just use the latest LTS
- Or just use the latest supporter AWS lambda runtime
nvm install --lts
- Check if verison of node:
node --version
We will just look at v1 of yarn.
- XXX: Yarn 2/3: Zero-install
$ npm install --global yarn