Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 858 Bytes

Clojurescript solution to 7gui tasks

Running the demo

Install clojure

brew install clojure/tools/clojure

Full instruction and other method to install clojure https://clojure.org/guides/getting_started

Install npm dependencies to run shadow-cljs

npm install

Run the demo app

shadow-cljs watch app

Demo should be accessible at http://localhost:8000

Tests results should be accessible at http://localhost:8021/

Tools

Shadow CLJS - Fully featured build tool for ClojureScript / JavaScript

Reagent - Clojurescript wrapper for ReactJs

@testing-library/react - For unit testing components