Skip to content

Create basic projectλ︎

TODO Lets take a look at the fundamentals of running ClojureScript using the standalone ClojureScript compiler.

Create a directory structure as follows:

cljs_compiler
 |_ src
    |_ hello_world

Download the standalone ClojureScript JAR and copy the JAR into the cljs_compiler directory