.vscode | 6 years ago | ||
src | 6 years ago | ||
.gitignore | 6 years ago | ||
Labyrinth.code-workspace | 6 years ago | ||
README.MD | 6 years ago | ||
package-lock.json | 6 years ago | ||
package.json | 6 years ago | ||
tsconfig.json | 6 years ago | ||
tslint.json | 6 years ago |
Labyrinth is a web API to navigate through a maze.
Install typescript
and tslint
globally, if you haven't aready.
npm install -g typescript tslint
Local dependencies:
npm install
Compile TypeScript to JavaScript.
tsc
Executing this in the application's root folder will apply the settings from tsconfig.json
.
Run the application.
node dist/app.js
npm test