Skip to content

swannodette/es6-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published