A card browser for Alteil CCG. This is my side project for trying out Polymer library
Install polymer-cli:
npm install -g polymer-cli
git clone https://github.com/bakaoh/AlteilBook.git AlteilBook
cd AlteilBook
bower install
polymer build
This command serves the minified version of the app at http://localhost:8080
in an unbundled state, as it would be served by a push-compatible server:
polymer serve build/unbundled
This command serves the minified version of the app at http://localhost:8080
generated using fragment bundling:
polymer serve build/bundled