https://github.com/dundalek/solid-cljs
https://github.com/dundalek/solid-cljs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dundalek/solid-cljs
- Owner: dundalek
- Created: 2022-03-06T18:18:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T15:31:53.000Z (about 3 years ago)
- Last Synced: 2025-03-23T20:43:31.314Z (3 months ago)
- Language: Clojure
- Size: 85.9 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid
## Development
Install dependencies
```
npm install
```Run dev build in watch mode
```
clj -M:shadow:demo:watch-demo
``````
clj -M:shadow:demo:browser-test:watch
``````
clj -M:shadow:todomvc:watch-todomvc
```