A barebones reveal.js presentation, wired up with TypeScript and Vite.
To start the slide show:
npm installnpm run dev- visit http://localhost:5173
- Slides live in index.html as
<section>elements inside.slides.- Nest
<section>elements for vertical slides. - Add the
fragmentclass to reveal content incrementally. - Add
<aside class="notes">for speaker notes (press S).
- Nest
- Configuration and plugins live in src/main.ts.
Swap the theme import in src/main.ts for any built-in theme, e.g.:
import 'reveal.js/theme/white.css';npm run build— type-check and bundle todist/npm run preview— preview the production build
Learn more in the reveal.js documentation.