https://github.com/willianjusten/imasters-2015
My slides to Imasters Developers Week RJ - 2015.
https://github.com/willianjusten/imasters-2015
Last synced: 3 months ago
JSON representation
My slides to Imasters Developers Week RJ - 2015.
- Host: GitHub
- URL: https://github.com/willianjusten/imasters-2015
- Owner: willianjusten
- Created: 2015-09-17T05:44:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T19:51:21.000Z (about 9 years ago)
- Last Synced: 2025-01-14T20:23:25.873Z (4 months ago)
- Language: HTML
- Size: 8.16 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Slides IMASTERS RJ - 2015
## Instalando
[Veja os slides](http://willianjusten.com.br/imasters-2015/).
Primeiro de tudo, instale as depdências para rodar os slides em sua máquina.
- [NodeJS](http://nodejs.org/)
- [GulpJS](http://gulpjs.com/)```sh
# Clone o repositório
$ git clone git://github.com/willianjusten/imasters-2015
$ cd imasters-2015# Instale as dependências do Node
$ npm install
```Com os comandos acima, seu projeto já está instalado e funcional. Basta digitar `gulp` para compilar o código e iniciar a apresentação.
Esse projeto foi construído utilizando o [Reveal Boilerplate](https://github.com/willianjusten/reveal-boilerplate)