Skip to content

jonathandale/re-frame-code-splitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-frame code-split example

A simple re-frame template, with code-splitting, compiled with shadow-cljs .

Install Javascript dependencies

yarn

Run shadow-cljs dev server

npx shadow-cljs watch app

open http://localhost:8280

Build app

npx shadow-cljs release app

Serve app

Serve public dir as an SPA. I recommend serve for serving a dir for an SPA.

cd public
serve -s -n -o

About

Code-splitting example with dynamic module loading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published