bakaoh / AlteilBook

A card browser for Alteil

Home Page:https://king-ta.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alteil Cardbook

A card browser for Alteil CCG. This is my side project for trying out Polymer library

Demo

Setup

Prerequisites

Install polymer-cli:

npm install -g polymer-cli

Setup

git clone https://github.com/bakaoh/AlteilBook.git AlteilBook
cd AlteilBook
bower install
polymer build

Preview

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

About

A card browser for Alteil

https://king-ta.firebaseapp.com/


Languages

Language:HTML 96.5%Language:JavaScript 3.1%Language:Shell 0.4%