/SuperDynamicStubSlides

Slides on the SuperDynamicStub

Primary LanguageCSSMIT LicenseMIT

Super Dynamic Stub Presentation

Running the Presentation

You will need to:

  1. Install Node.js

  2. Install Grunt

  3. Clone the reveal.js repository

    $ git clone https://github.com/MJCallahanPage/SuperDynamicStubSlides.git
  4. Navigate to the reveal.js folder

    $ cd reveal.js
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

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

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