/test-io

Open-source game written as pet-project just for fun and learning TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

test-io

Build Status

What is it

Open-source game written as pet-project just for fun and learning TypeScript.

Development

NodeJs v10.16.1 & npm

After checking out the repo, run npm install

npm tasks

Task Description
npm run build compile ts->js and concatenate into static/js
npm run server run server on localhost:3000 with files from static folder
tsc -watch watcher for ts->js compile
npm run watch watcher for concatenate compiled files to static/