knocean / knode

Knowledge Development Environment
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Add ClojureScript to project #39

Closed jamesaoverton closed 7 years ago

jamesaoverton commented 7 years ago

We want to start using client-side code, and I would prefer to use ClojureScript. This issue is about getting the basic structure in place for logging "Hello World" to the browser console when viewing a KnoDE web page. It will require adding a cljs file to the source tree, compiling it to JavaScript, making sure the browser is loading and running that compiled code, and ensuring that the compiled JavaScript is properly packaged into the JAR file that we're sharing and executing.

Bonus points for making development easy using Figwheel or whatever, but I don't want to fall down any rabbitholes.

inaimathi commented 7 years ago

Done in https://github.com/knocean/knode/pull/42