daaif / es6-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Slides

Simple slides is a framework that makes it easy to create HTML presentations. The goal is to provide an environment to explain web technologies.
Simple Slides is created with Vanilla Javascript and incorporates CodeMirror to allow editing of HTML, CSS and Javascript without conflicting with the the presentation content.

Install Simple Slides

npm i -g sp-slides
sp-slides new <presentationName>
cd <presentationName>
npm run serve

Demo

Demo site

About


Languages

Language:JavaScript 46.9%Language:HTML 34.6%Language:CSS 18.5%