https://github.com/jfairbank/polymer-experiments
Experiments in Polymer
https://github.com/jfairbank/polymer-experiments
Last synced: 7 months ago
JSON representation
Experiments in Polymer
- Host: GitHub
- URL: https://github.com/jfairbank/polymer-experiments
- Owner: jfairbank
- License: isc
- Created: 2014-08-05T01:36:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T01:52:26.000Z (about 11 years ago)
- Last Synced: 2025-01-21T17:36:53.263Z (9 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymer Experiments
Experiments in Polymer
## Set up
### Install Polymer
`$ bower install`
### Install node modules
`$ npm install`
### Install gulp
`$ sudo npm install -g gulp`
### Run web server (listens on port 8080)
`$ gulp`