Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 774 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 774 Bytes

Back to Basics Series - Patterns

This slideshow uses reveal.js, and works best when running on a local server.

Full setup

  1. Install Node.js

  2. Install Grunt

  3. Clone the back-to-basics-patterns repository

    $ git clone https://github.com/courtneyfaulkner/back-to-basics-patterns.git/
  4. Navigate to the back-to-basics-patterns folder

    $ cd back-to-basics-patterns
  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.