https://github.com/markalexi/clojurescriptapp
Rest with clojureScript.
https://github.com/markalexi/clojurescriptapp
Last synced: about 2 months ago
JSON representation
Rest with clojureScript.
- Host: GitHub
- URL: https://github.com/markalexi/clojurescriptapp
- Owner: MarkAlexI
- License: mit
- Created: 2024-02-06T21:47:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T21:40:24.000Z (about 2 years ago)
- Last Synced: 2025-03-06T04:19:45.508Z (over 1 year ago)
- Language: Clojure
- Homepage: https://markalexi.github.io/clojureScriptApp/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clojureScriptApp
First app on clojureScript. The project uses only Clojure, without additional tools.

For compiling script run in terminal: `clj -M -m cljs.main -d "clojureScriptApp/out" -c app.core -r`.
For building of production bundle run in terminal next command: `clj -M -m cljs.main -O advanced -c "app.core"`.