Skip to content

rstropek/htl-mobile-computing-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Material for Mobile Computing course at HTL Perg (5th classes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published