Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 565 Bytes

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.