Skip to content

ajchemist/cljs-devtools-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-sample.git
cd cljs-devtools-sample

Build the project and start local demo server:

lein demo
  • A demo page should be available at http://localhost:7000.
  • Please visit it with Google Chrome 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.

About

An example integration of cljs-devtools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 74.7%
  • HTML 20.9%
  • CSS 2.6%
  • Shell 1.8%