Web security lecture slides

Slides are in slides.md

Running the presentation

  1. Install Node.js (4.0.0 or later)

  2. Clone the reveal.js repository

    $ git clone git@github.com:emilecantin/lhl_web_security_lecture.git
  3. Navigate to the reveal.js folder

    $ cd lhl_web_security_lecture
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

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

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