AdamBien / polymer-essential

minimalistic polymer 2 project setup with browsersync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polymer-essential

minimalistic polymer 2 project setup with browsersync

Installation

  1. Install www.npmjs.com
  2. Install bower.io with: sudo npm install -g bower
  3. Install browsersync.io with: sudo npm install -g browser-sync
  4. git clone https://github.com/AdamBien/polymer-essential && cd polymer-essential
  5. Run: bower install
  6. Run: browser-sync start --server src -f "**/*" --serveStatic ./bower_components -b "google chrome" --no-notify

See you at: Building HTML 5 webapps with vanilla web standards

Also checkout: adambien.blog/roller/abien/entry/polymer_2_0_with_browsersync

About

minimalistic polymer 2 project setup with browsersync

License:Apache License 2.0


Languages

Language:HTML 100.0%