This is a minimal template project for TypeScript development, e.g. for use in a Code Retreat, especially for use with mob.sh.
- Create a repository from this template. See Creating a repository from a template for more information.
- Install the dependencies:
npm install
- Watch for file changes are run the tests:
npm run watch
- Edit
test/sample.test.ts
.