johnfelipe / todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo application

Run the application

Run a terminal and execute following script:

npx shadow-cljs watch main

Run another terminal and execute following script:

clj -A:dev -X server.core/start

Then go to http://localhost:3000/index.html

Development

To run the test:

clj -X:test

To run the repl:

clj -A:dev

About


Languages

Language:Clojure 99.4%Language:HTML 0.6%