Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manufosela/configure-polymer2-starter-kit

Configure and change Polymer 2 Starter Kit
https://github.com/manufosela/configure-polymer2-starter-kit

Last synced: 18 days ago
JSON representation

Configure and change Polymer 2 Starter Kit

Awesome Lists containing this project

README

        

# configure-polymer2-starter-kit
Configure and change Polymer 2 Starter Kit

# Requirements

```
$> npm install -g polymer-cli
```

# Steps

```
$> mkdir My_Proyect
$> cd My_Proyect
$> polymer init
? Which starter template would you like to use?
polymer-2-element - A simple Polymer 2.0 element template
polymer-2-application - A simple Polymer 2.0 application
❯ polymer-2-starter-kit - A Polymer 2.x starter application template, with navigation and "PRPL pattern" loading
shop - The "Shop" Progressive Web App demo
```

Edit config.app.json and fill like you need

```
$> node config-exe.js
```

To test:

```
$> polymer serve
```