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

https://github.com/badsyntax/polymer-project

An example polymer project
https://github.com/badsyntax/polymer-project

Last synced: 10 months ago
JSON representation

An example polymer project

Awesome Lists containing this project

README

          

## Polymer Project

A test project.

### Dev setup:

Install dependencies:

`npm install && bower install`

### Dev tools:

Run the app in node-webkit:

`npm run start`

Build the app:

`npm run build`

Create a node-webkit packaged app:

`npm run release`