Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.45 KB

notes_for_oscon_workshop.md

File metadata and controls

54 lines (34 loc) · 1.45 KB

JavaOne - Notes For Workshop

bity.ly/webcomponents4kids

Building Your own Website Instructions

###Download Polymer Starter Kit

  1. In Chrome Download the Polymer Starter Kit Lite 1.0.2 https://github.com/PolymerElements/polymer-starter-kit/releases/download/v1.0.2/polymer-starter-kit-light-1.0.2.zip
  2. Click Windows button
  3. type Windows
  4. click Windows Explorer
  5. click Downloads at top left
  6. right click polyer-starter-kit-light-1.0.2.zip and select Extract All...
  7. Click Extract

###Launch Chrome Dev Editor

  1. Click Windows Button
  2. Type "Chrome Dev Editor"
  3. Click Chrome Dev Editor
  4. Click the hamburger button (button with 3 lines on top left)
  5. Click open folder and select Lab\Downloads\polymer-starter-kit-light-1.0.2\app
  6. Click index.html to show file in editor

Chrome Dev Editor

Starting Python Web Server

  1. Press "Start" and type 'cmd'
  2. click "Command Prompt"
  3. cd C:\Users\Lab\Downloads\polymer-starter-kit-light-1.0.2\app

Start the web server by typing the below commands in Command Prompt

python.exe -m http.server 8000
  1. Click Allow Access (if asked)
  2. Launch Chrome
  3. In Chrome go to http://localhost:8000

Chrome