Skip to content

cassioconti/polymer-default

Repository files navigation

Setup

Prerequisites

Install Node.js, which brings npm package manager.

Install [bower] and [polymer-cli]

npm install -g bower
npm install -g polymer-cli
Initialize project from template
mkdir my-app
cd my-app
polymer init starter-kit

Bower

bower update --save
bower install --save PolymerElements/paper-slider

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

polymer serve --open

Build

polymer build

Deploy to app engine

python "D:\Courses\Hackathon\google-cloud-sdk\platform\google_appengine\appcfg.py" -A bootcamp-cconti update app.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published