Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/*.