Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/donmccurdy/sandbox-polymer

Sandbox for polymer experiments.
https://github.com/donmccurdy/sandbox-polymer

Last synced: 2 days ago
JSON representation

Sandbox for polymer experiments.

Awesome Lists containing this project

README

        

# Polymer Sandbox

Sandbox for [Polymer](https://www.polymer-project.org/) experiments.

I use [tapio/live-server](https://github.com/tapio/live-server) for all of my quick development projects. To get started:

```bash
npm install -g live-server
cd my-project
live-server .
```

The project will open in your default browser, and reload when changes are detected.