Nylle / cljs-navalgrid

This is the attempt to build a new UI for navalgrid.com in ClojureScript to provide a fully interactive map.

Home Page:http://www.navalgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is the attempt to build a new UI for navalgrid.com in ClojureScript to provide a fully interactive map.

Prerequisites

Start remote REPL

Windows:

$ deps -m nrepl.cmdline

Linux:

$ clj -m nrepl.cmdline

Run It

Windows:

$ deps -A:dev

Linux:

$ clj -A:dev

See test results at /figwheel-extra-main/auto-testing

Build For Production

Windows:

$ rm -rf target/public
$ deps -A:pro

Linux:

$ rm -rf target/public
$ clj -A:pro

About

This is the attempt to build a new UI for navalgrid.com in ClojureScript to provide a fully interactive map.

http://www.navalgrid.com


Languages

Language:Clojure 93.4%Language:HTML 3.3%Language:CSS 2.2%Language:JavaScript 1.1%