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

https://github.com/borkdude/fp-ams-clojurescript-talk

Slides and code for talk at FP AMS about Clojurescript
https://github.com/borkdude/fp-ams-clojurescript-talk

Last synced: 3 months ago
JSON representation

Slides and code for talk at FP AMS about Clojurescript

Awesome Lists containing this project

README

          

# FPAMSCLJ

Comparative example of Reagent and Om.

[Slides](https://docs.google.com/presentation/d/1fTZOvM6DufKI1anmjjbaknzV8epKGvAYEf4o0qvZ56A/edit)

## Running the project (with figwheel and weasel)

In one terminal:

lein figwheel (om|reagent)

In another:

lein ring server

To interact from the browser REPL:

```
$ cd example
$ lein repl
example.api=> (brepl) ;; starts browser repl
```

Finally browse to
[http://localhost:8090/index.html](http://localhost:8090/index.html)
and have fun.

## Running the project without figwheel and weasel:

Use normal `lein cljsbuild` +

```
IS_DEV=false lein ring server
```

## License

Copyright Michiel Borkent

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.