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
- Host: GitHub
- URL: https://github.com/badsyntax/polymer-project
- Owner: badsyntax
- Created: 2014-06-28T01:47:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T19:44:59.000Z (over 11 years ago)
- Last Synced: 2025-02-15T05:15:02.707Z (12 months ago)
- Language: Ruby
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`