Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnadales/revealjs-server

Simple nodejs web-server to server revealjs content.
https://github.com/dnadales/revealjs-server

docker reveal-js revealjs revealjs-server

Last synced: 15 days ago
JSON representation

Simple nodejs web-server to server revealjs content.

Awesome Lists containing this project

README

        

# Web-server for revealjs content

To build the container:

``` sh
docker build -t dnadales/revealjs-server .
```

To start the container, navigate to the directory hosting the slides and run:
``` sh
docker run -p 49160:8000 -v `pwd`:/revealjs/presentation/ --rm dnadales/revealjs-server:latest
```