https://github.com/willianjusten/gdg-bh-2015
Meus slides para o evento GDG BH 2015
https://github.com/willianjusten/gdg-bh-2015
Last synced: 3 months ago
JSON representation
Meus slides para o evento GDG BH 2015
- Host: GitHub
- URL: https://github.com/willianjusten/gdg-bh-2015
- Owner: willianjusten
- Created: 2015-03-28T11:52:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T12:21:51.000Z (about 10 years ago)
- Last Synced: 2025-01-14T20:23:21.343Z (4 months ago)
- Language: HTML
- Size: 5.5 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Slides GDG BH - 2015
## Instalando
[Veja a Demo](http://willianjusten.com.br/gdg-bh-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/gdg-bg-2015
$ cd gdg-bg-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)