Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.02 KB

readme.md

File metadata and controls

23 lines (14 loc) · 1.02 KB

cljs-devtools-sample GitHub license

This project is an example of integration of cljs-devtools into a Leiningen-based ClojureScript project.

Local setup

git clone https://github.com/binaryage/cljs-devtools.git
cd cljs-devtools/examples/lein

Build the project and start a local demo server:

lein demo

Wait for compilation and when figwheel fully starts:

  • A demo page should be available at http://localhost:7000.
  • Please visit it with Google Chrome, Microsoft Edge or Mozilla Firefox browser with enabled custom formatters.
  • Open the web development console under devtools and you should see something similar to the screenshot above.

Note: you might need to refresh the page again to force re-rendering of custom formatters after opening the console.