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

https://github.com/hauntedhost/string-compare-as-a-service

Demo re-frame app
https://github.com/hauntedhost/string-compare-as-a-service

clojurescript re-frame react reagent

Last synced: 2 months ago
JSON representation

Demo re-frame app

Awesome Lists containing this project

README

          

# String Compare As A Service

![screenshot](screenshot.png)

### Development mode

First start the mock server:
```
cd server
npm install
npm run mock
```

Then start Figwheel, passing mock server URL as an env var:
```
API_BASE_URL=http://localhost:9000 lein repl
user=> (start-fw)
```

### Building for production

```
lein clean
lein package
```