typescript-starter

An empty project for experimenting with TypeScript development on the school computers

Initial Install

npm install

Running the main index.ts file

Upon running this command, TypeScript will build the JavaScript files, then run dist/index.js using node.

npm start