Skip to content

thheller/code-splitting-clojurescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Splitting ClojureScript

This is the example code used in the Code Splitting ClojureScript article.

You can compile it by cloning the repo and running

npm install
npx shadow-cljs watch app
;; or
npx shadow-cljs release app

and then open http://localhost:8000.

Releases

No releases published

Packages

No packages published