https://github.com/declanbyrd/impress.js-starter
A template to start making interactive presentations using impress.js
https://github.com/declanbyrd/impress.js-starter
Last synced: 6 months ago
JSON representation
A template to start making interactive presentations using impress.js
- Host: GitHub
- URL: https://github.com/declanbyrd/impress.js-starter
- Owner: declanbyrd
- Created: 2020-06-04T19:47:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-18T12:14:07.000Z (about 6 years ago)
- Last Synced: 2025-02-14T05:34:11.779Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# impress.js-starter
A template to start making interactive presentations using impress.js
## Overview
- `index.html` contains the whole presentation.
- It imports `impress.js` from a CDN and is intialised inline.
- `presentation.css` contains some generic styles for a basic presentation.
- No build steps or package installs required.
## Running locally
- Open the `index.html` file in a browser such as Google Chrome, Firefox, or Safari, that is supported by `impress.js`.