Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 345 Bytes

Typescript Base Project

Author: Kino Rose

This is an example project to demonstrate a Typescript project setup.

How To Compile

  • tsc -w in the command line to run the compiler in watch mode.
  • tsc in the command line to run the compiler.

You can download the project and play with it. You can run the compiled code using NodeJS.