@Peter Zilz Peter Zilz authored on 29 Sep 2018
.vscode Created base setup of typescript in vs code. 6 years ago
src Created base setup of typescript in vs code. 6 years ago
.gitignore Created base setup of typescript in vs code. 6 years ago
Labyrinth.code-workspace Created base setup of typescript in vs code. 6 years ago
README.MD Created base setup of typescript in vs code. 6 years ago
package-lock.json Created base setup of typescript in vs code. 6 years ago
package.json Created base setup of typescript in vs code. 6 years ago
tsconfig.json Created base setup of typescript in vs code. 6 years ago
tslint.json Created base setup of typescript in vs code. 6 years ago
README.MD

Labyrinth

Install

Install typescript and tslint globally, if you haven't aready.

npm install -g typescript tslint

Local dependencies:

npm install

Build

Compile TypeScript to JavaScript.

tsc

Run

Run the application.

node dist/app.js