This is a very sample polymer-2 (polymerized) project to demostrate
how to use polymerize
to build polymer-2 apps using Dart..
- Install polymerize
- Install dependencies with
pub get
- Build the project with
polymerize . out
- Start a minimal web server in the output folder :
cd out
python -m SimpleHTTPServer 8000
- Open a browser on
http://localhost:8000