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
- Host: GitHub
- URL: https://github.com/hauntedhost/string-compare-as-a-service
- Owner: hauntedhost
- License: mit
- Created: 2018-11-04T19:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T20:45:11.000Z (over 7 years ago)
- Last Synced: 2025-07-29T11:59:25.254Z (11 months ago)
- Topics: clojurescript, re-frame, react, reagent
- Language: Clojure
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Compare As A Service

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