Congratulations on your new cljs-kickoff template!
This is a static page, served from plain files in resoures/public. You can place other static resources here. Your ClojureScript files will be compiled to the same folder.
The project has two files:
src/clj/{{name}}/server.clj - it starts up Ring web server
and serves dynamic content.src/cljs/{{name}}/client.cljs - this ClojureScript file
is compiled to JavaScript.Click here to access the application.