Skip to content
/ typescript-template Public template

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

Notifications You must be signed in to change notification settings

mch/typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Prettier is available to standardize code style.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published