Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jarppe/foozzaa

Testing om & bootstrap
https://github.com/jarppe/foozzaa

Last synced: about 2 months ago
JSON representation

Testing om & bootstrap

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` | |