- Talk 1: Beginner JS 1
- Talk 2: Beginner JS 2
- Talk 3: Advanced JS 1
- Talk 4: Advanced JS 2
- Talk 5: Compiled & Next-Gen JS
- Talk 6: Functional Programming in JS
- Talk 7: JS in Practice - Client-Side JS
- Talk 8: JS in Practice - Tooling
- Talk 9: JS in Practice - Server-Side JS
-
Clone the repo
$ git clone [email protected]:Pitt-CSC/track-2015-javascript.git $ cd track-2015-javascript
-
Install
reveal-md
$ npm install
-
You can access the
reveal-md
executable usingnpm start
. Run it with the path to the slides to see them in your browser!$ npm start talk-1-beginner-js-1/slides.md
Changes and suggestions are welcome! Please fork the repo and send us Pull Requests with your ideas instead of pushing directly to the central repo. Also, please keep changes to multiple talks/workshops in separate Pull Requests, unless the changes are fixing typos or things of that nature.