SteveReiter / WebPerformancePart2-FMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js (4.0.0 or later)

  2. Clone the reveal.js repository

    $ git clone https://github.com/hakimel/reveal.js.git
  3. Navigate to the reveal.js folder

    $ cd reveal.js
  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.

License

MIT licensed

Copyright (C) 2018 Hakim El Hattab, http://hakim.se

About

License:MIT License


Languages

Language:JavaScript 56.6%Language:CSS 29.7%Language:HTML 13.7%