This slideshow uses reveal.js, and works best when running on a local server.
-
Install Node.js
-
Install Grunt
-
Clone the back-to-basics-patterns repository
$ git clone https://github.com/courtneyfaulkner/back-to-basics-patterns.git/
-
Navigate to the
back-to-basics-patterns
folder$ cd back-to-basics-patterns
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001
.