https://github.com/potatogopher/polymer-demo
https://github.com/potatogopher/polymer-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/potatogopher/polymer-demo
- Owner: potatogopher
- Created: 2016-06-29T19:08:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T19:14:04.000Z (about 10 years ago)
- Last Synced: 2025-03-21T22:13:17.243Z (over 1 year ago)
- Language: HTML
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polymer-demo
```sh
# Download Repo
git clone git@github.com:potatogopher/polymer-demo.git
# Move into repo and install dependencies
cd polymer-demo
npm install
bower install
# Move the bower components to the 'app/' directory
mv bower_componets app/
# Run task
gulp
# Start Server -- Will run on :8000
python -m SimpleHTTPServer
```