Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/htl-mobile-computing-5
Material for Mobile Computing course at HTL Perg (5th classes)
https://github.com/rstropek/htl-mobile-computing-5
Last synced: 6 days ago
JSON representation
Material for Mobile Computing course at HTL Perg (5th classes)
- Host: GitHub
- URL: https://github.com/rstropek/htl-mobile-computing-5
- Owner: rstropek
- License: mit
- Created: 2019-09-11T09:15:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:49:11.000Z (almost 2 years ago)
- Last Synced: 2023-08-14T08:11:00.613Z (about 1 year ago)
- Language: C#
- Homepage: http://htl-mobile-computing-5.azurewebsites.net/
- Size: 4.3 MB
- Stars: 1
- Watchers: 1
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Computing (5th year)
This repository contains material for the Mobile Computing Course (5th year) at HTL Perg.
## View Material
* [Open in browser](https://htl-mobile-computing-5.azurewebsites.net/)
* [Get printable version](https://htl-mobile-computing-5.azurewebsites.net/?print-pdf)## Build and Run
* Install [Node.js](https://nodejs.org/en/)
* 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/*.