An open API service indexing awesome lists of open source software.

https://github.com/ldionne/cppcon-2014-hana

Presentation on Boost.Hana for CppCon 2014
https://github.com/ldionne/cppcon-2014-hana

cppcon hana talk

Last synced: about 2 months ago
JSON representation

Presentation on Boost.Hana for CppCon 2014

Awesome Lists containing this project

README

          

This repository contains my presentation for [CppCon 2014](http://cppcon.org).

The presentation is based on [reveal.js](https://github.com/hakimel/reveal.js).

## Basic usage
Go to https://ldionne.github.io/cppcon-2014-hana or open index.html with
your browser.

## Advanced usage
```sh
npm install # may take a little while
grunt serve &
```
Then connect to `localhost:8000` to view locally.