Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Debux examples project

1. Running examples in Clojure

$ lein clean
$ lein run

2. Running examples in ClojureScript

$ yarn install

$ yarn clean
$ yarn test
  1. Open the URL http://localhost:8080/ in your browser.

  2. Open the DevTool’s console widnow by pressing <Ctrl-Shift-I> in case of Google Chrome and you will see the evaluated results of the examples.

3. Running examples in Babashka

$ bb -m examples.core