Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
/ SargoniaTS Public archive

HTTP Sargonia implementation in TypeScript

Notifications You must be signed in to change notification settings

ArthaTi/SargoniaTS

Repository files navigation

SargoniaTS

Sargonia implementation in TypeScript, via HTTP.

Installing

You will need Node.JS and npm first. Clone/download the repo, open it and execute the commands:

npm i -D  # Install dependencies required to build
tsc -p tsconfig.server.json  # Build server
tsc -p tsconfig.client.json  # Build client scripts

Then, you can run the server with node out/index.js.