Skip to content

impurefunctions/firebase-intro-presentation

 
 

Repository files navigation

Intro to Firebase

This slide deck can be customized to give an introductory talk about Firebase. It is powered by reveal.js, a wonderful and powerful framework for creating HTML presentations.

Presentations

Here are some past presentations made with this desk:

Presenter Event Date Contact
Mike Koss Seattle GDG April 20, 2015 koss@firebase.com
Jacob Wenger GDG Leads Summit May 27, 2015 jacob@firebase.com

If you end up using this deck, please let us know so we can share the presentation here!

Setup

This repo uses npm and Grunt to install dependencies, build the deck, run tests, and run a local web server for the content. To get started, run the following commands:

$ git clone git@github.com:firebase/firebase-intro-presentation.git
$ cd firebase-intro-presentation         # go to the firebase-intro directory
$ npm install -g grunt-cli               # globally install grunt task runner
$ npm install                            # install local npm build / test dependencies
$ bower install                          # uses bower for polymer dependency

To build the slide deck and run the test suite:

$ grunt

To open the slide deck using a local web server:

$ grunt serve

Deploy

Ideally, you'll want to run this on a public website for viewers to see after the presentation. You can use Firebase Hosting to deploy this presentation for free!

You can then view the slide deck at http://localhost:8000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 24.8%
  • HTML 16.0%