Skip to content

Commit

Permalink
Make all examples use shadow-cljs and up to date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 29, 2025
1 parent 9b82240 commit 8029c90
Show file tree
Hide file tree
Showing 43 changed files with 11,201 additions and 996 deletions.
16 changes: 2 additions & 14 deletions examples/functional-components-and-hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# Reagent example app
# Reagent functional components and hooks example

Run "`lein figwheel`" in a terminal to compile the app, and then open http://localhost:3449

Any changes to ClojureScript source files (in `src`) will be reflected in the running page immediately (while "`lein figwheel`" is running).

Run "`lein clean; lein with-profile prod cljsbuild once client`" to compile an optimized version.

To check built version on browser, copy resources to target folder and open the
index file on browser:

```
cp resources/public/* target/public
google-chrome target/public/index.html
```
`npx shadow-cljs watch app`
Loading

0 comments on commit 8029c90

Please sign in to comment.