countgizmo / notifikator

Notification message on a web page using re-frame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notifikator

A re-frame application designed to show notification messages in a web-app.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

Notification message on a web page using re-frame.


Languages

Language:Clojure 86.2%Language:CSS 10.6%Language:HTML 3.2%