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.
- Host: GitHub
- URL: https://github.com/koumoul-dev/presentation-modern-js
- Owner: koumoul-dev
- Created: 2016-11-28T14:11:19.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-12-02T08:37:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T10:15:52.312Z (8 months ago)
- Language: JavaScript
- Size: 1.98 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```