Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clojurephant/sample-clojurephant-clj-app

Sample project using clojurephant to build a Clojure application.
https://github.com/clojurephant/sample-clojurephant-clj-app

clojure clojurephant gradle

Last synced: 8 days ago
JSON representation

Sample project using clojurephant to build a Clojure application.

Awesome Lists containing this project

README

        

# sample-clojurephant-clj-app

Sample project using [clojurephant](https://github.com/clojurephant) to build a Clojure application.

## Usage

Run the project directly:

```
$ ./gradlew runShadow
```

Run the project's tests (they'll fail until you edit them):

```
$ ./gradlew test
```

## More Help

See [Clojurephant's Docs](https://clojurephant.dev).