https://github.com/200ok-ch/org-parser-shadow_cljs-demo
https://github.com/200ok-ch/org-parser-shadow_cljs-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/200ok-ch/org-parser-shadow_cljs-demo
- Owner: 200ok-ch
- Created: 2022-01-11T15:04:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T15:11:36.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:09:27.850Z (9 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* =org-parser= shadow-cljs demo
Sample project to demo the issue discussed in
https://github.com/200ok-ch/org-parser/issues/61.** Development
The project was created by following the [[https://github.com/thheller/shadow-cljs][shadow-cljs documentation]].
1. =npx create-cljs-project acme-app=
2. Create minimal http server and web client config in =shadow-cljs.edn=
and =main/acme/frontend/app.cljs=
3. Edit shadow-cljs.edn and add [org-parser "0.1.27-SNAPSHOT"] under =dependencies=Then, install org-parser locally, so you can test out different
scenarios: =lein uberjar; lein install=Finally, start the shadow-cljs project: =npx shadow-cljs watch
frontend=.With org-parser =master=, the project starts, but the org-parser code
does not run. When visiting http://localhost:8080, there is an error
in the JS console.