Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olange/data-route
A modular router supporting data-matrix pattern in path segments
https://github.com/olange/data-route
Last synced: about 1 month ago
JSON representation
A modular router supporting data-matrix pattern in path segments
- Host: GitHub
- URL: https://github.com/olange/data-route
- Owner: olange
- License: bsd-3-clause
- Created: 2017-08-07T10:15:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T10:39:35.000Z (over 6 years ago)
- Last Synced: 2024-10-18T23:13:07.062Z (2 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
A modular router supporting data-matrix pattern in path segments
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.