Skip to content

Scarygami/generator-polymer-init-custom-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-polymer-init-custom-app

This template is a starting point for building apps using Polymer Starter Kit, with more customization options.

Setup

Prerequisites

First, install Polymer CLI and generator-polymer-init-custom-app using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli
npm install -g generator-polymer-init-custom-app
Initialize project from template

Generate your new project using polymer init:

mkdir my-app
cd my-app
polymer init custom-app

You will have options to define your preferred naming for the app and add a variable amount of pages.

Start the development server

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

polymer serve --open

About

Based on the starter-kit template with more customization options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published