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

https://github.com/potatogopher/polymer-demo


https://github.com/potatogopher/polymer-demo

Last synced: 3 months ago
JSON representation

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
```