Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdeboard/kanfold
An experiment in clj/cljs/om
https://github.com/mattdeboard/kanfold
Last synced: 23 days ago
JSON representation
An experiment in clj/cljs/om
- Host: GitHub
- URL: https://github.com/mattdeboard/kanfold
- Owner: mattdeboard
- License: epl-1.0
- Created: 2014-09-20T05:17:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-20T07:56:51.000Z (about 10 years ago)
- Last Synced: 2024-04-17T09:52:29.427Z (7 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kanfold
## Development
Start a REPL (in a terminal: `lein repl`, or from Emacs: open a clj/cljs file in the project, then do `M-x cider-jack-in`).
In the REPL do
```clojure
(run)
(browser-repl)
```The first starts the webserver at 10555. The second starts the austin REPL server at a random port.
In a terminal do `lein figwheel`, this will watch and recompile your ClojureScript, and start the figwheel server on port 3449 (the default). Whenever your code changes, figwheel will recompile it and send it to the browser immediately.
Now browse to `http://localhost:10555` and enjoy.
## License
Copyright © 2014 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.