This is an opinionated typescript node template project
- Install node, npm and yarn.
- If you're using vscode, copy
.vscode basedirectory and rename it to.vscode.- This let vscode work with yarn properly.
- If you dislike format on save, you can disable it in
.vscode/settings.json. - For TDD, you might want to run you test as frequently as possible, you can use the command
yarn test --watchto do that.