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
- Host: GitHub
- URL: https://github.com/borkdude/fp-ams-clojurescript-talk
- Owner: borkdude
- Created: 2014-10-09T18:10:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T19:04:22.000Z (about 11 years ago)
- Last Synced: 2025-02-06T08:27:59.614Z (11 months ago)
- Language: Clojure
- Size: 320 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.