bower install markdown-editor --save<link rel="import" href="bower_components/markdown-editor/markdown-editor.html">
<markdown-editor
markdown="> **Markdown** is _awesome_!"
placeholder-text="Type here"
preview></markdown-editor>Install npm (or install Node):
curl -L https://www.npmjs.com/install.sh | shInstall bower:
npm install -g bowerInstall polymer-cli:
npm install -g polymer-cliThis command serves the app at http://localhost:8080/components/markdown-editor/ and provides basic URL
routing for the app:
polymer serve