WebSlide-Server is just a beautiful presentation developed in HTML and NodeJS using Webslides. It is basically designed in HTML, CSS and JavaScript and NodeJS is just used to serve them to the browser.
Webslides is the easiest way to make HTML presentations. It provides lots of features like Horizontal and Vertical Navigation, Slide Counter, Go to specific slide, Autoslide, 40 + components: background images/videos, quotes, cards, covers... and flexible blocks, fonts etc..
- NodeJS
- Webslides files
Clone the repo and install the dependecies.
git clone https://github.com/shashikant712/WebSlide-Server.git
npm install
To start the server, run the following command
node index.js
Open https://127.0.0.1:5000 and take a look around.