All Projects → minimal-xyz → minimal-shadow-cljs-browser

minimal-xyz / minimal-shadow-cljs-browser

Licence: other
Demo shadow-cljs for browser apps

Programming Languages

clojure
4091 projects
HTML
75241 projects

Projects that are alternatives of or similar to minimal-shadow-cljs-browser

shadow-firebase
shadow-cljs and firebase using google auth and persisting state to realtime database
Stars: ✭ 26 (-29.73%)
Mutual labels:  shadow-cljs
sitefox
Node + cljs backend web framework
Stars: ✭ 180 (+386.49%)
Mutual labels:  shadow-cljs
learn-re-frame-course-files
🎦 Learn re-frame course files for building Cheffy app
Stars: ✭ 51 (+37.84%)
Mutual labels:  shadow-cljs
reagent-shadow-cljs-starter
A minimal starter pack for Reagent-based projects
Stars: ✭ 29 (-21.62%)
Mutual labels:  shadow-cljs
rn-shadow-steroid
React Native with shadow-cljs on steroids
Stars: ✭ 57 (+54.05%)
Mutual labels:  shadow-cljs
shadow-cljs-tailwindcss
shadow-cljs + tailwindcss
Stars: ✭ 136 (+267.57%)
Mutual labels:  shadow-cljs
ui-gorilla
Reagent UI renderer for data visualization.
Stars: ✭ 14 (-62.16%)
Mutual labels:  shadow-cljs
codesunaba
A simple ClojureScript code sandbox in your browser.
Stars: ✭ 18 (-51.35%)
Mutual labels:  shadow-cljs
shadow-reagent
Starting point for ClojureScript apps with shadow-cljs, proto-repl, and reagent.
Stars: ✭ 35 (-5.41%)
Mutual labels:  shadow-cljs
reframe-starter
re-frame starter app. Includes shadow-cljs, deps.edn, garden, re-frame-10x and reitit.
Stars: ✭ 16 (-56.76%)
Mutual labels:  shadow-cljs
ClojureRNProject
Simple React Native application with ClojureScript, re-frame and react navigation v5
Stars: ✭ 32 (-13.51%)
Mutual labels:  shadow-cljs

Browser demo for shadow-cljs

Develop

Run in development:

yarn
(mkdir -p target && cp assets/index.html target/)
yarn shadow-cljs watch app

shadow-cljs will be installed in node_modules/ when you run yarn.

:dev-http specifies that target/ will be served at http://localhost:8080 .

REPL

After page is loaded, you may also start a REPL connected to browser with:

yarn shadow-cljs cljs-repl app

Release

Compile with optimizations with release sub-command:

yarn shadow-cljs release app
mkdir -p target && cp assets/index.html target/
yarn serve # serving target/ on http://localhost:8080

Read docs for more http://doc.shadow-cljs.org/ .

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].