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 deploy
to 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 -g
Go to the project dir and start your app with this npm script.
npm start
All 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 start
to serve your presentation locally
- Run
npm start deploy
to deploy your presentation on the github pages.