daaif / js2-slides

Javascript slides #part2

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

Javascript slides #part2


Languages

Language:JavaScript 53.5%Language:HTML 25.6%Language:CSS 20.9%