An open API service indexing awesome lists of open source software.

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.

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.