I want to view this demo of Polymerfire in my browser。Polymerの「polymer serve」ポリサーブサーバーを使用してPolymerfireデモを表示するにはどうすればよいですか?
ブラウザでデモが実行されることが見込まれます。代わりに空白のページと次のコンソールエラーが表示されます。
console.log.error.messageにhttp://localhost:8080/ 404(見つかりません)
ナビゲートをGET私は、次の手順を使用:
- I installed the Polymer-CLI multi-tool per the instructions found here。
- I created a project using the Polymer Starter Kit (PSK)。
- プロジェクト名は
my-app
です。 - 私は、CLIを使用してここで見つけるのGithubレポをインストール:
bower install ---save firebase/polymerfire
- 私はターミナルを開き、アプリケーションのルートディレクトリにナビゲート。
cd path/to/my-app
- I ran the following Polymer-CLI command (per the instructions found here)。私はこれを試してみて、解決するために行うことができますので、私は私のブラウザでデモ走行を見ることができますどのような
polymer serve
?