A binary clock in Hoplon
- java 1.7+
- boot
-
Start the
dev
task. In a terminal run:$ boot dev
This will give you a Hoplon development setup with:
- auto compilation on file changes
- audible warning for compilation success or failures
- auto reload the html page on changes
- Clojurescript REPL
-
Go to http://localhost:8000 in your browser. You should see the application.
-
If you edit and save a file, the task will recompile the code and reload the browser to show the updated version.
Copyright © 2014, 2015, Paul Bauer
The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php). By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.