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

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

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