generator-polymer-init-custom-build
v2.2.1
Published
A starting point for building apps using Polymer Starter Kit with a custom gulp process leveraging polymer-build
Downloads
11
Readme
Polymer App Toolbox - Starter Kit with custom build
This template is a starting point for building apps using Polymer Starter Kit with a custom gulp process leveraging polymer-build, the library powering Polymer CLI.
Setup
Prerequisites
First, install Polymer CLI and generator-polymer-init-custom-build using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli
npm install -g generator-polymer-init-custom-build
Second, install Bower using npm
npm install -g bower
Initialize project from template
mkdir my-app
cd my-app
polymer init polymer-starter-kit-custom-build
Start the development server
This command serves the app at http://127.0.0.1:8081
and provides basic URL
routing for the app:
polymer serve