This is a port of the Polymer Starter App.
Install Mimosa.
npm install -g mimosa
Clone the app then execute the following commands from the project root directory:
npm install
mimosa watch -s
Navigate to http://localhost:3000/ to view the app.
This demo makes use of the mimosa-vulcanize
module to concatenate web component assets when you run an optimized build using mimosa watch -os
or mimosa build -o
.