Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 828 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 828 Bytes

TypeScript Template Project

This is a minimal template project for TypeScript development, e.g. for use in a Code Retreat, especially for use with mob.sh.

Quick Start

  1. Create a repository from this template. See Creating a repository from a template for more information.
  2. Install the dependencies: npm install
  3. Watch for file changes are run the tests: npm run watch
  4. Edit test/sample.test.ts.

Default Tools

  • Mocha is used as the test runner.
  • Chai is used for assertions.
  • Biome is available for code style and linting.