Newer
Older
Labyrinth / 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