Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 513 Bytes

Sample Polymer-2 Project

This is a very sample polymer-2 (polymerized) project to demostrate how to use polymerize to build polymer-2 apps using Dart..

How to build

  1. Install polymerize
  2. Install dependencies with pub get
  3. Build the project with polymerize . out

How to run the project

  1. Start a minimal web server in the output folder :
  • cd out
  • python -m SimpleHTTPServer 8000
  1. Open a browser on http://localhost:8000