Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 246 Bytes

Bolierplate for TypeScript

A boilerplate to help as a starting point to build stuff with TypeScript.

Set up

  1. cd into the folder you cloned this project into
  2. npm install
  3. To try it out npm start
  4. To run the tests npm test