1
0
Fork
You've already forked datacar
0
datastar clj sdk (testing it)
  • Clojure 98.1%
  • CSS 1.5%
  • JavaScript 0.4%
Find a file
2026年02月17日 17:15:59 -05:00
resources reusable page wrapper component in handlers/common. may get rid of templates in the future.. 2025年07月24日 09:18:23 -04:00
src fix some bugs. 2026年02月17日 17:15:59 -05:00
test public resources now loaded. 2025年07月22日 09:47:34 -04:00
.gitignore cleaned up connections logic and made it work for all pages 2025年07月29日 13:41:49 -04:00
claude.md moved connections management to connections.clj 2025年07月23日 10:17:19 -04:00
deps.edn fix some bugs. 2026年02月17日 17:15:59 -05:00
package-lock.json cmmon page. npm concurrently to run all processes on dev. 2025年07月24日 09:44:54 -04:00
package.json cmmon page. npm concurrently to run all processes on dev. 2025年07月24日 09:44:54 -04:00
README.md cmmon page. npm concurrently to run all processes on dev. 2025年07月24日 09:44:54 -04:00
tailwind.config.js using tailwind with npm. added the tailwind output styles to gitignore. 2025年07月22日 10:50:38 -04:00

Setup

npm i

Running

npm start

This starts clj server, npm tailwindcss compilation, tail server logs. Chose to use npm as we already need it to build the css, and the concurrently package is pretty helpful and known.

clj server and log tail are separate so that when we run the server on a repl we dont get the logs within it- that still renders on the log file and we can focus on clj msgs/stacktraces.

TODO

  • replicate interesting examples from their example page

  • replicate some experiences I like implementing...

  • try view transition browser api

  • try out both user search in client and backend (one with client-only signals, the other with signals that interact with the server.)