Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomascarvalho/grove-experiments


https://github.com/thomascarvalho/grove-experiments

Last synced: 21 days 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

Click the "Use this template" link above or clone this repo.

Afterwards change into the proper directory and run

```
npm install
npx shadow-cljs watch ui
```

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

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