Skip to content

Code-at-LTH/projabo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published