Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunurd/re-frame-101


https://github.com/brunurd/re-frame-101

studies web

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# re-frame 101

## Run

``` shell
npm install

npm run watch
```

## Clean

``` shell
npm run clean
```

## Release

``` shell
npm run release
```