Created for an university course at HTW BERLIN.
Single-Page-Application that
- provides a tool to create simple presentations using the markdown language (designed for people who want to learn the basic syntax of markdown).
- converts Latex, Word and OpenOffice-Writer Documents to PDF using the HTW Berlin corporate identity.
The application communicates with a RestAPI that gives an interface to a Pandoc-Wrapper written for this application.
It is not currently deployed anywhere.
Checkout the userguide
Get the PandocWrapper-API & the Pandoc-Wrapper.
Follow the instructions in the REAMDE files to set up the RestAPI.
Use $ npm install
to install node dependencies.
Use $ npm start
to start this app in development mode.
Open http://localhost:3000 to view it in the browser.