Open index.html
in the browser and view slides
Insure you have installed on your computer:
- Node.js and path variables
- Gulp (
npm i gulp -g
)
Console commands to run the project:
- Install all dependenсies:
npm i
- Run gulp watcher:
gulp
- Enjoy the power :)