Skip to content

Instantly share code, notes, and snippets.

@hubgit
Last active January 30, 2016 01:35
Show Gist options
  • Select an option

  • Save hubgit/5bb251632ecc5b477523 to your computer and use it in GitHub Desktop.

Select an option

Save hubgit/5bb251632ecc5b477523 to your computer and use it in GitHub Desktop.
Create a Polymer application and deploy it to Firebase
#!/bin/bash
mkdir my-app && cd $_
# https://github.com/yeoman/generator-polymer
npm install -g generator-polymer
yo polymer
gulp
# https://www.firebase.com/account/
npm install -g firebase-tools
firebase init # set "Public Directory" to "dist"
firebase deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment