googlecodelabs / polymer-first-elements

Get started creating custom elements with Polymer
https://codelabs.developers.google.com/codelabs/polymer-first-elements/
22 stars 54 forks source link

polymer serve error #17

Open DerekLiang opened 7 years ago

DerekLiang commented 7 years ago

Where I run:

$ polymer serve
Starting Polyserve...
    serving on port: 8080
    from root: C:\_projects\polymer-first-elements

Files in this directory are available under the following URLs
    applications: http://localhost:8080
    reusable components: http://localhost:8080/components/icon-toggle/

navigate to http://localhost:8080/components/icon-toggle/ the screen shows "Not found"

naragon commented 7 years ago

If you look at the README it suggests opening this URL instead:

http://localhost:8080/components/icon-toggle/demo/

and it should work for you.