Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hschne/reveal.js-starter
A template to quickly get started with customizable reveal.js presentation 🖼
https://github.com/hschne/reveal.js-starter
css javascript presentation-slides presentations reveal-js revealjs slides themes
Last synced: 23 days ago
JSON representation
A template to quickly get started with customizable reveal.js presentation 🖼
- Host: GitHub
- URL: https://github.com/hschne/reveal.js-starter
- Owner: hschne
- License: mit
- Created: 2019-11-23T13:19:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:57:27.000Z (over 1 year ago)
- Last Synced: 2024-10-09T22:33:39.155Z (about 1 month ago)
- Topics: css, javascript, presentation-slides, presentations, reveal-js, revealjs, slides, themes
- Language: JavaScript
- Homepage:
- Size: 2.68 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Reveal.js Starter
A opinionated starter template for Reveal.js
## Getting Started
This template provides a number of quality of life utilities for writing your slides (Build & Minification, SASS, [LiveReload](https://www.browsersync.io/)...), and comes pre-configured with sane defauls (Markdown Slides, Theming...).
To start creating your own slides execute `bootstrap.sh` and specify a name for your presentation.
```
bash <(wget -qO- https://raw.githubusercontent.com/hschne/reveal.js-starter/master/bootstrap.sh)
```Alternatively clone this repository and run `npm install`.
```
git clone https://github.com/hschne/reveal.js-starter
npm install && npm run serve
```Running `npm run serve` will start a local [BrowserSync](https://www.browsersync.io/) and preview your slides. To add new slides modify `index.html` or `index.md`. To add your own styles modify `stylesheets/styles.scss`.
Happy coding!
## License
This project is licensed under the [MIT License](LICENSE)