https://github.com/brunurd/re-frame-101
https://github.com/brunurd/re-frame-101
studies web
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunurd/re-frame-101
- Owner: brunurd
- Created: 2019-11-04T15:21:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T14:23:09.000Z (about 6 years ago)
- Last Synced: 2025-02-08T09:12:58.784Z (over 1 year 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 install
npm run watch
```
## Clean
``` shell
npm run clean
```
## Release
``` shell
npm run release
```