Skip to content

Instantly share code, notes, and snippets.

@dimitardanailov
Last active November 26, 2016 13:21
Show Gist options
  • Save dimitardanailov/2a097a2eab10cc15fd29d9f2fa031271 to your computer and use it in GitHub Desktop.
Save dimitardanailov/2a097a2eab10cc15fd29d9f2fa031271 to your computer and use it in GitHub Desktop.
Materials and resources for Polymer
npm install -g polymer-cli #Install polymer cli functions
npm install -g bower #Install bower
polymer init #Initialize element, application or starter kit
polymer serve #Starting development server, port will be 8080
polymer serve -p 8082 #Starting development server, port will be 8082
polymer build #Creating two build version - unbundled and bundled
polymer serve build/unbundled
polymer serve build/bundled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment