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 | sh
Install bower:
npm install -g bower
Install polymer-cli:
npm install -g polymer-cli
This command serves the app at http://localhost:8080/components/markdown-editor/
and provides basic URL
routing for the app:
polymer serve