Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sidloki/aurelia-onsenui-kitchensink

Aurelia Onsen UI Kitchen Sink Example
https://github.com/sidloki/aurelia-onsenui-kitchensink

Last synced: 3 months ago
JSON representation

Aurelia Onsen UI Kitchen Sink Example

Awesome Lists containing this project

README

        

# aurelia-onsenui-kitchensink
Aurelia Onsen UI Kitchen Sink Example.

[Live demo](https://sidloki.github.io/aurelia-onsenui-kitchensink)

## Setup

```shell
# install dependencies
yarn install

# serve at localhost
yarn serve

# serve and watch
yarn watch
```