Skip to content

buttercloud/html2hiccup

Repository files navigation

html2hiccup

Converts HTML into Hiccup compatible Clojure syntax. Heavy lifting done by hickory.

This app is entirely client-side using HTML, SCSS and ClojureScript.

You can try it here: HTML2Hiccup.

Development

Uncomment the "Dev" sections in index.html while in dev mode

Start compiling:

lein cljsbuild auto dev

Server:

lein simpleton 5000

SCSS:

gulp

Deploying

Comment out "Dev" sections in index.html while in dev mode

Advanced compilation:

lein cljsbuild once prod

Prepare assets:

gulp prod

Upload to S3:

gulp upload

Prepare and deploy in one go:

gulp deploy

About

HTML to Hiccup converter for Clojure(Script)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published