Sample project to demo the issue discussed in 200ok-ch/org-parser#61.
The project was created by following the shadow-cljs documentation.
npx create-cljs-project acme-app
- Create minimal http server and web client config in
shadow-cljs.edn
andmain/acme/frontend/app.cljs
- 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.