https://github.com/lightscaletech/hoplon-widget-demo
Demonstraiting how a basic html widget can be created then used in a plain html file.
https://github.com/lightscaletech/hoplon-widget-demo
clojurescript demo hoplon
Last synced: 4 months ago
JSON representation
Demonstraiting how a basic html widget can be created then used in a plain html file.
- Host: GitHub
- URL: https://github.com/lightscaletech/hoplon-widget-demo
- Owner: lightscaletech
- License: epl-1.0
- Created: 2017-01-31T19:59:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T20:05:21.000Z (over 9 years ago)
- Last Synced: 2024-07-17T20:23:05.855Z (almost 2 years ago)
- Topics: clojurescript, demo, hoplon
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hoplon-Widget-Demo
## About
This is a simple demo to show how a a hoplon widget can be made in
clojurescript. The widget is then used in a normal HTML file by appending
it using javascript.
## Usage
Clone the repo, cd in and run boot dev.
``` shell
git clone https://github.com/lightscaletech/hoplon-widget-demo.git
cd hoplon-widget-demo
boot dev
```
Navigate to http://localhost:8000.