This is a bare simple TS boilerplate. Feel free to use it as you want with the Use this template
button.
It comes with some packages pre-installed:
The Sandbox uses node 16.13.1
.
You can manuall install it or use asdf.
asdf install
yarn install
yarn start
yarn build
You can use eslint to help you format your code.
yarn lint