Install polymer-cli: (Need at least npm v0.3.0)
npm install -g polymer-cli
Install Google Cloud SDK to use App Engine.
Create a project in Google API Console following these steps. Once it's done:
- Download
client_secret_****.json
, rename it toclient_secrets.json
- Place
client_secrets.json
at root of this project
# Using CLI
mkdir shop
cd shop
polymer init shop
# Or cloning direct from GitHub
git clone https://github.com/Polymer/shop.git
cd shop
# Build
bower install
git submodule init
git submodule update
pip install -t lib -r requirements.txt
polymer build
dev_appserver.py .
polymer build