Skip to content

mchaov/sample-ts-tdd-package

Repository files navigation

Sample starting point for Typescript with TDD

Prerequisites

  1. NodeJS latest

Installation

  1. Clone/Fork this repository
  2. npm install
  3. npm run build
  4. npm run tdd - runs tests in watch mode
  5. npm run start - open http://localhost:8000/ in your web browser of choice.

Notes

Package uses local-web-server npm package to serve the index.html.

Package uses ESNEXT module syntax.