xxthunder / slides-template

My template for reveal.js slides

Home Page:https://xxthunder.github.io/slides-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides Template

This template provides a basic structure for creating beautiful presentations using reveal.js.

See the reveal.js documentation for more information.

Editing and viewing locally

  • Create a new repository using this template.

  • Clone the respective repository including submodules:

    git clone --recurse-submodules <repoUrl>
  • For editing the slides I recommend using Visual Studio Code.

  • I prefer to use markdown to create my slides, you need to install and run a local webserver to view them:

    • In case you do not have nodejs on your machine and you are using Windows, just execute install.bat.
    • To install the webserver, run npm install in the root folder of the repository or use the VS Code task Install dependencies.
    • To run the webserver, run npm start in the root folder of the repository or use the VS Code task Run local webserver.

About

My template for reveal.js slides

https://xxthunder.github.io/slides-template/

License:MIT License


Languages

Language:HTML 54.3%Language:CSS 22.9%Language:PowerShell 20.0%Language:Batchfile 2.8%