eckardjf / scramblies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Mode

Backend

Launch a repl:

clj -A:dev

Use go to initiate and start the server:

user=> (go)
...
:initiated

The server should now be running at http://localhost/3000.

When you make changes to the source, use reset to reload any modified files and reset the server.

user=> (reset)
...
:resumed

Frontend

install dependencies

npm install

run in development mode using shadow-cljs

npm run dev

The application should be available at http://localhost:8280.

The browser tests should be available at http://localhost:8290.

Changes will be hot-loaded into the browser.

About


Languages

Language:Clojure 89.5%Language:CSS 5.0%Language:JavaScript 3.6%Language:HTML 1.9%