Skip to content

zufrieden/slides-emailing-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cours sur l'emailing - SAWI - Marc Friederich - partie pratique

Suite de présentation des outils

exercice pratique

  • Mise en place d'un workflow
  • Création d'un modèle
  • inscription / preferences update / rss / birthday / offres spéciales

Sources


Installation

Some reveal.js features, like external markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Yarn

  2. Install Grunt

  3. Clone this repository

  4. Install dependencies

    $ yarn
  5. Serve the presentation and monitor source files for changes

    $ grunt serve
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

Attributions

Presentation built with Reveal.js