Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1023 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 1023 Bytes

binary-clock

A binary clock in Hoplon

Dependencies

Usage

Development

  1. 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
  2. Go to http://localhost:8000 in your browser. You should see the application.

  3. If you edit and save a file, the task will recompile the code and reload the browser to show the updated version.

License

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.