0

I have created my first polymer-cli project using "polymer-2-starter-kit" and project is successfully created but after serving and opening it in browser it just shows an empty screen both on opera and chrome.

UPDATE

following are errors I can see in the console.

console errors

Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75

1 Answers1

1

Your bower components are missing.

You have to install the components as well.

Just do bower install and your project will work.

Ofisora
  • 2,707
  • 2
  • 14
  • 23