https://github.com/thheller/grove-todo
https://github.com/thheller/grove-todo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thheller/grove-todo
- Owner: thheller
- Created: 2022-07-09T08:00:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:44:39.000Z (about 2 years ago)
- Last Synced: 2024-10-15T15:21:11.373Z (over 1 year ago)
- Language: Clojure
- Size: 103 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.