https://github.com/circuit/polymer-reference-app
Outdated - Polymer reference application showcasing Circuit SDK Polymer Components
https://github.com/circuit/polymer-reference-app
Last synced: 5 months ago
JSON representation
Outdated - Polymer reference application showcasing Circuit SDK Polymer Components
- Host: GitHub
- URL: https://github.com/circuit/polymer-reference-app
- Owner: circuit
- Created: 2015-08-28T20:44:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T20:34:48.000Z (over 10 years ago)
- Last Synced: 2025-02-09T20:33:22.444Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polymer-reference-app
Polymer reference application showcasing Circuit SDK Polymer Components
Steps to run:
1. Clone this repo
2. Install npm and bower if not already installed
3. Run `bower install` to fetch the dependencies for this app
4. Run a http server and open index.html
For an http server I suggest to get the npm module `http-server` with `npm install http-server -g` then start with the server with `http-server -p 8081`