Dieses Projekt wurde als Projektarbeit für das Fach M133 erarbeitet und ist auf GIT versioniert. Ersteller: Robin Muff Abgabe: 15.01.2021
- Make sure Deno is installed on your computer
- All Requirements
- Download the source code
- WINDOWS: Run "start.ps1"
- OTHER OS: Run the following two lines of code on the project folder.
deno run --allow-read --allow-write --unstable "./tools/builder.ts"
deno run --allow-net --allow-read --allow-write "./webserver.ts"
- Server running on http://localhost:8000