Crispeta is a simple ClojureScript (cljs) repository that aims to provide you a quick start with shadow-cljs, reagent, and re-frame.
First of all, you need to install the following software to develop and run a cljs project.
git clone git@github.com:multis/crispeta.git multis-case-study
cd multis-case-studynpm install
npm start
# or jack-in with your favorite editor.After the compilation is done, navigate to http://localhost:5000.
Happy hacking π©βπ»