Did you follow the instructions? <https://github.com/PolymerElements/polymer-starter-kit#install-dependencies >
Particularly : npm install -g gulp bower && npm install && bower install It all works fine for me - `gulp` seems to copy bower_components/ and elements/ into dist/ and they're there : [dist]$ ls bower_components favicon.ico index.html robots.txt styles elements images manifest.json scripts sw-import.js [dist]$ python -m SimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ... 127.0.0.1 - - [24/Dec/2015 11:18:40] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [24/Dec/2015 11:18:40] "GET /styles/main.css HTTP/1.1" 200 - 127.0.0.1 - - [24/Dec/2015 11:18:40] "GET /bower_components/webcomponentsjs/webcomponents-lite.min.js HTTP/1.1" 200 - 127.0.0.1 - - [24/Dec/2015 11:18:40] "GET /elements/elements.html HTTP/1.1" 200 - 127.0.0.1 - - [24/Dec/2015 11:18:40] "GET /scripts/app.js HTTP/1.1" 200 - 127.0.0.1 - - [24/Dec/2015 11:18:41] "GET /images/touch/chrome-touch-icon-192x192.png HTTP/1.1" 200 - HTH Max. On Thu, 24 Dec 2015 at 01:07 Ruither Borba <[email protected]> wrote: > I have to ask... > git clone https://github.com/PolymerElements/polymer-starter-kit.git > > cd polymer-starter-kit > sudo npm install -g gulp bower > gulp > cd dist > python -m SimpleHTTPServer 8000 > > the *python -m* is there to emulate an actual server. Why it does'nt > work? I just got a blank page. > > PS: gulp serve works as expected. > > > <https://lh3.googleusercontent.com/-znrquQ1gQ9A/VntFM2sorwI/AAAAAAAAkOI/fQZ4FXU3tdg/s1600/Captura%2Bde%2Btela%2Bde%2B2015-12-23%2B23%253A06%253A41.png> > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/2aad10f2-eb55-430b-bebf-dfca5e941b02%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/2aad10f2-eb55-430b-bebf-dfca5e941b02%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAMZCrPimepZ%2BQ0TupMqdb3k473Q%3DsseP3tUqpnZHs%3DzjpWwuQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
