/FunctionalProgrammingInJSTalk

Slides for a talk on functional programming in javascript for engineering at coverhound

Primary LanguageHTML

Functional Programming in JS Talk

This is a clojure app, serving a static html file, which is a remark.js slide show.

Running locally

  1. Install Clojure: $ brew install clojure
  2. Install Leiningen (similar to npm): $ brew install leiningen
  3. Install dependencies: $ lein deps
  4. Run server: $ lein run
  5. Navigate browser to http://0.0.0.0:3000