https://github.com/jledentu/generator-reveal
:tv: Yeoman generator for creating presentations using reveal.js and Webpack
https://github.com/jledentu/generator-reveal
revealjs slides webpack yeoman-generator
Last synced: 3 months ago
JSON representation
:tv: Yeoman generator for creating presentations using reveal.js and Webpack
- Host: GitHub
- URL: https://github.com/jledentu/generator-reveal
- Owner: jledentu
- License: mit
- Created: 2016-12-15T13:34:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T12:56:48.000Z (over 8 years ago)
- Last Synced: 2025-10-06T12:35:13.866Z (9 months ago)
- Topics: revealjs, slides, webpack, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reveal.js generator
[](https://travis-ci.org/jledentu/generator-reveal)
[](https://codeclimate.com/github/jledentu/generator-reveal/maintainability)
> Yeoman generator for creating presentations using reveal.js and Webpack.
## Usage
Install `yo` and `@jledentu/generator-reveal`:
```
npm install -g yo @jledentu/generator-reveal
```
Run the generator:
```
mkdir my-presentation && cd my-presentation
yo @jledentu/reveal
```
After generation:
* Run `npm start` to start the development server
* Run `npm run build` to build the app in `dist/`
* Run `npm run pdf` to build the PDF output
## Writing slides
To add a new slide in the presentation, create a new file in `src/public/slides` and add a slide section in `src/index.ejs`:
```html
```
For more information, see [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js).
## License
[MIT](https://opensource.org/licenses/mit-license.php)