Skip to content

benwhorwood/hodur-example-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hodur example app

Getting started on Debian

Install Clojure CLI tools

Do not install using apt as missing Clojure script runner (clj) which is deps.edn aware.

https://clojure.org/guides/getting_started

curl -O https://download.clojure.org/install/linux-install-1.10.1.536.sh
chmod +x linux-install-1.10.1.536.sh
sudo ./linux-install-1.10.1.536.sh

Run visualizer

Can then run using alias from deps.edn

cd hodur_example_app/
clj -A:visualizer

Following REPL starting, can then access browser on:

http://localhost:9500/

Modify file and figwheel will redraw visualisation automatically

Modify:

file:src/hodur_example_app/visualizer.cljs

Save and browser will update.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%