https://github.com/active-group/reacl-c-todomvc
The TodoMVC application, written in reacl-c
https://github.com/active-group/reacl-c-todomvc
clojurescript react
Last synced: about 1 month ago
JSON representation
The TodoMVC application, written in reacl-c
- Host: GitHub
- URL: https://github.com/active-group/reacl-c-todomvc
- Owner: active-group
- Created: 2021-05-03T12:45:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T09:23:46.000Z (10 months ago)
- Last Synced: 2024-07-09T11:59:33.345Z (10 months ago)
- Topics: clojurescript, react
- Language: Clojure
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reacl-c TodoMVC Example
This implements the [TodoMVC](https://todomvc.com/) in [Reacl-c](https://github.com/active-group/reacl-c).
## Building with shadow-cljs
For developing and experimentation, which includes hot code reloading:
> npx shadow-cljs watch app
For the release build
> npx shadow-cljs compile app