Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/apigility-zendcon-slides
https://github.com/weierophinney/apigility-zendcon-slides
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/apigility-zendcon-slides
- Owner: weierophinney
- License: bsd-3-clause
- Created: 2015-10-12T16:20:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T18:55:56.000Z (about 9 years ago)
- Last Synced: 2024-12-20T18:12:55.650Z (21 days ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ZendCon Apigility Workshop
This repository contains the slides for the ZendCon 2015 Apigility tutorial.
They're written using [reveal.js](https://github.com/hakimel/reveal.js/), and
can be served as a vanilla HTML-based application.## Running the presentation
To run the presentation with speaker notes, you need a local web server. For
this, use `npm` and `grunt`:```bash
$ npm install
$ grunt serve
```At that point, the slides will be available at http://localhost:8000