Hello, ClojureScript!
Congratulations! You have a working development environment. When
you are tired of looking at this page, you may change it by
editing the file public/index.html
. If you have not
already done so, please read
the wiki
documentation for this project. Once you understand how
everything works, delete the sample application and start building
your own. There are three main views of your application...
Design
Static views of HTML for this project. Organize templates any
way you like. Template files are located in
the templates
directory.
Development
Connect to the application from a browser-connected REPL and modify the running application. Each input JavaScript file is loaded separately for easier debugging.
Production
Test advanced compilation. All dead JavaScript code is removed and the result in minified into one small JavaScript file.