Skip to content

shuheydev/htl-mobile-computing-5

 
 

Repository files navigation

Mobile Computing (5th year)

This repository contains material for the Mobile Computing Course (5th year) at HTL Perg.

View Material

Build and Run

  • Install Node.js
  • Clone repository
  • Run npm install to install dependencies
  • Run npm run build to build presentation into dist folder
  • Run npm start during content creation to build in case of changes and serve using a local dev server

Docker

You can build and run the slides in Docker:

  • Build the image using: docker build -t htl-mobile-computing-5 .
  • Run the image from dockerhub: docker run -d -p 8080:80 rstropek/htl-mobile-computing-5. You can now open the slides at http://localhost:8080/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 73.3%
  • HTML 21.8%
  • JavaScript 3.6%
  • Other 1.3%