https://github.com/jarppe/sign
Testing ClojureScript/OM UI for receiving signatures
https://github.com/jarppe/sign
Last synced: 4 months ago
JSON representation
Testing ClojureScript/OM UI for receiving signatures
- Host: GitHub
- URL: https://github.com/jarppe/sign
- Owner: jarppe
- Created: 2014-09-30T21:36:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T17:07:40.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T08:46:55.128Z (6 months ago)
- Language: CSS
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foozzaa
## Install
```
lein uberjar
```## Development run
- `lein cljx auto` to start and watch cljx cross compilation
- `lein cljsbuild auto` to start and watch ClojureScript compilation
- `lein repl` & `(run)` to start the server
- http://localhost:8080## Code organization
|Purpose |Folder |Notes: |
|--------------------------|--------------------------|---------------------------|
|Clojure sources |`src/clj` | |
|ClojureScript sources |`src/cljs` | |
|common clj/cljs sources |`src/cljx` | |
|Überjar main |`src/clj-main` | |
|UI main |`src/cljs-main` | |
|Generated resources |`resources/public` | |
|cljx compiled clj srcs |`target/generated/clj` | |
|cljx compiled cljs srcs |`target/generated/cljs` | |