https://github.com/oakmac/re-frame-project-skeleton
create a project skeleton for a re-frame application
https://github.com/oakmac/re-frame-project-skeleton
Last synced: about 1 year ago
JSON representation
create a project skeleton for a re-frame application
- Host: GitHub
- URL: https://github.com/oakmac/re-frame-project-skeleton
- Owner: oakmac
- License: isc
- Created: 2021-02-14T03:03:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T03:03:35.000Z (over 5 years ago)
- Last Synced: 2025-01-28T17:26:11.403Z (over 1 year ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chris Oakman re-frame Project Skeleton
The purpose of this project is to help developers get started with a project
skeleton for a [ClojureScript] project that uses [re-frame] and [shadow-cljs]
quickly.
This project is more opinionated than some other starter projects (see Other
Projects section), so there is more code here than you might expect from a
"starter pack".
## How to use
```sh
npx @chrisoakman/re-frame-project-skeleton my-name.my-proj
```
## Libraries Used
- [shadow-cljs]
- [re-frame] for React.js / DOM management
- [bide] for routing
- [timbre] for logging
## Other Similar Projects / Approaches
- [create-cljs-app](https://github.com/filipesilva/create-cljs-app)
## License
[ISC License](LICENSE.md)
[ClojureScript]:https://clojurescript.org/
[re-frame]:https://day8.github.io/re-frame/
[shadow-cljs]:https://github.com/thheller/shadow-cljs
[bide]:https://github.com/funcool/bide
[timbre]:https://github.com/ptaoussanis/timbre