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

https://github.com/koumoul-dev/presentation-modern-js

Un tour d'horizon du monde du développement Javascript moderne.
https://github.com/koumoul-dev/presentation-modern-js

Last synced: 6 months ago
JSON representation

Un tour d'horizon du monde du développement Javascript moderne.

Awesome Lists containing this project

README

          

Presentation can be viewed [here](https://koumoul-dev.github.io/presentation-modern-js/)

This presentation is made with [reveal.js](http://lab.hakim.se/reveal-js/#/)

## How to update ?

You should install [reveal-cli](https://github.com/cesar/reveal-cli)
```
npm install -g reveal-cli
```

Then clone this repository and
```
cd path/to/project
reveal deploy
```