react-slides
npm installfor browsersync (or just run a http-server)npm startto develop/present- slide data is all in index.md using [remark.js]
Remark Info
- Uses markdown + html
class: ...specifies css classes to apply to a slide---is a new slide.--means create a new slide with the previous content???you can put speaker notes after thiscan specify image sizebackground-image: url(imageUrl)can specify a background image.cssClass[textHere]can wrap text in a css class- You can put html as well (I used iframes for youtube videos)
- Created by changing the screen resolution in Chrome to
900x600and thenSaving as a PDF.