Web components for creating codelabs
A set of Polymer elements, core of the Google Codelabs platform.
bower installis the obvious first thing to do.
To play with the demos, an easy thing would be to use polyserve:
npm install -g polyserve.
Fire up the server with
polyservecommand and point your browser to:
http://localhost:8080/components/codelab-components/
Use web-component-tester to run tests. Can be installed with
npm install -g web-component-tester, or just fire up
polyserveand navigate to
/components/codelab_components/test/.