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

https://github.com/thheller/grove-todo


https://github.com/thheller/grove-todo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# grove-todo

A TodoMVC implementation using [shadow-grove](https://github.com/thheller/shadow-grove).

# Build Instructions

Clone the repo and run

```
npm install
npx shadow-cljs run repl/start
```

Once the build completes open http://localhost:3000.

A release build can be created via `npx shadow-cljs release ui`.