Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarppe/foozzaa
Testing om & bootstrap
https://github.com/jarppe/foozzaa
Last synced: about 2 months ago
JSON representation
Testing om & bootstrap
- Host: GitHub
- URL: https://github.com/jarppe/foozzaa
- Owner: jarppe
- Created: 2014-09-24T20:44:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T20:44:32.000Z (over 10 years ago)
- Last Synced: 2023-03-11T00:52:49.419Z (almost 2 years ago)
- Language: CSS
- Size: 129 KB
- Stars: 0
- Watchers: 2
- 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` | |