https://github.com/ul/hoplon-draggable-demo
https://github.com/ul/hoplon-draggable-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ul/hoplon-draggable-demo
- Owner: ul
- Created: 2015-12-19T18:27:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T18:29:23.000Z (over 10 years ago)
- Last Synced: 2025-04-04T12:07:31.948Z (about 1 year ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoplon-draggable-demo
A [Hoplon][3] project designed to...well, that part is up to you.
## Dependencies
- java 1.7+
- [boot][1]
## Usage
### Development
1. Start the `dev` task. In a terminal run:
```bash
$ 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][2] in your browser. You should see "Hello, Hoplon!".
3. If you edit and save a file, the task will recompile the code and reload the
browser to show the updated version.
### Production
1. Run the `prod` task. In a terminal run:
```bash
$ boot prod
```
2. The compiled files will be on the `target/` directory. This will use
advanced compilation and prerender the html.
## License
Copyright © 2015, **Your Name Goes Here**
[1]: http://boot-clj.com
[2]: http://localhost:8000
[3]: http://hoplon.io