Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunurd/re-frame-101
https://github.com/brunurd/re-frame-101
studies web
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunurd/re-frame-101
- Owner: brunurd
- Created: 2019-11-04T15:21:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T14:23:09.000Z (over 4 years ago)
- Last Synced: 2024-10-28T06:31:05.620Z (2 months ago)
- Topics: studies, web
- Language: Clojure
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# re-frame 101
## Run
``` shell
npm installnpm run watch
```## Clean
``` shell
npm run clean
```## Release
``` shell
npm run release
```