Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 670 Bytes

mimosa-polymer-demo

Overview

This is a port of the Polymer Starter App.

Usage

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.

mimosa-vulcanize

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.