Code-at-LTH / projabo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projabo

Requirements

  • node.js
  • TypeScript: Install via the terminal with the command npm install -g typescript

Development

With TypeScript installed, execute tsc ts/<FILE>.ts --out js/<FILE>.js to transpile a TypeScript file named .
To start a simple webserver to host the files at localhost:8000 just run "python3 -m http.server [PORT]" when in the repo root dir. This is needed because simply visiting the index.html file in your browser will not run the .js because of security reasons.

About


Languages

Language:JavaScript 54.9%Language:TypeScript 33.2%Language:HTML 11.9%