Made with ❤️ by w3tech & contributors
Full configured reveal.js sample project with webpack and some awesome features:
- Markdown & HTML Support Write your slides with the markdown or html language.
- Sass Define your styles with Sass.
- Github Deployment Run
npm start deployto deploy your builded presentation on th github pages.
You need to set up your development environment before you can do anything.
Install Node.js and NPM
- on OSX use homebrew
brew install node - on Windows use chocolatey
choco install nodejs
Install yarn globally
npm install yarn -gGo to the project dir and start your app with this npm script.
npm startAll script are defined in the package-scripts.js file, but the most important ones are listed here.
- Install all dependencies with
yarn install
- Run
npm startto serve your presentation locally
- Run
npm start deployto deploy your presentation on the github pages.

