Demo project for HTML5 library.
At the moment this library only works on DDC
and with polymerize
. It will be eventually ported to dart2js
and to dazel
.
To build the sample demo just follow these instructions:
-
install
polymerize
pub global activate polymerize
-
pub get
-
prepare the project
polymerize init
-
build it with bazel
bazel build html5_demo
The build result will be in the bazel-bin
folder from where you can serve with your favourite server, for instance:
cd bazel-bin
python -m SimpleHTTPServer 8000
Tested only for chrome
. Firefox and other browsers should work if the right polyfills are added