-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all examples use shadow-cljs and up to date deps
- Loading branch information
Showing
43 changed files
with
11,201 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
Oops, something went wrong.