Skip to content

Flexiana/7GUIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3470a38 · May 21, 2021
Jan 27, 2021
Feb 9, 2021
Jan 28, 2021
Mar 18, 2021
Feb 23, 2021
Jan 28, 2021
Feb 9, 2021
Jan 27, 2021
Jan 27, 2021
Jan 27, 2021
Feb 8, 2021
Feb 9, 2021
May 21, 2021
May 21, 2021
Jan 27, 2021

Repository files navigation

7GUI’s project

Install npm dependencies

npm install

Start by jacking-in some repl onto your preferred editor :D

npx shadow-cljs

Start shadow/watch to begin the project

  • on shadow clj repl do:
(shadow/watch :workspaces)
;; and when finished the building
;; if you want some repl,
(shadow/repl :workspaces)
  • The entrypoint of the web application is on entrypoint

CI Compiling / Usage

  • Added a npm run tests that does this:
shadow-cljs compile ci && npx karma start --single-run

Production Build

  • Run ./build and run jar with java:
./build && java -jar sguis.jar
  • Run build on cljs and start application on clojure:
clj -X:build-cljs  && clj -M -m core