Skip to content

sebastian-dasse/bachelor-presentation

Repository files navigation

Evaluation of Scala.js for Interactive Web Surfaces

A presentation of my bachelor thesis.

The slides were made using reveal.js reveals.js.

Installation

Simply download a copy of this repository and open the index.html file directly in your browser.

Full setup

You can also run the presentation from a local web server, which can be set up through the following instructions.

  1. Install Node.js

  2. Clone this repository

    $ git clone https://github.com/sebastian-dasse/bachelor-presentation.git
  3. Navigate to the bachelor-presentation folder

    $ cd bachelor-presentation
  4. Install dependencies

    $ npm install
  5. Serve the presentation

    $ npm start
  6. Open http://localhost:8000 to view the presentation

    You can change the port by using npm start -- --port=8001.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published