Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisdothtml/riot-app

Testing the waters of RiotJS
https://github.com/chrisdothtml/riot-app

babel redux reselect riotjs webpack2 yarn

Last synced: 21 days ago
JSON representation

Testing the waters of RiotJS

Awesome Lists containing this project

README

        

# riot-app

> Testing the waters of RiotJS

### Start dev server

```bash
# development build and file watcher
yarn dev
```

### Run build

```bash
# minified production build
yarn build
```