swannodette / es6-demo

ES6 support demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running It

Checkout ClojureScript master, switch into the repo and run:

./script/build

Take note of the version number. Edit the ClojureScript dependency in this project's pom.xml to match.

From this project's repo run:

mvn -q dependency:build-classpath -Dmdep.outputFile=classpath.txt
rlwrap java -cp `cat classpath.txt` clojure.main ./script/figwheel.clj

Serve the resources/public dir statically

cd resources/public
python -m SimpleHTTPServer 8000

About

ES6 support demo


Languages

Language:Clojure 74.2%Language:JavaScript 14.5%Language:HTML 8.9%Language:CSS 2.4%