Skip to content

Learning Clojurescript by making a this-or-that game

Notifications You must be signed in to change notification settings

dbasner/this-or-that-game

Repository files navigation

this-or-that-game

Learning Clojurescript by making a this-or-that game

## install node_modules/ folder (one-time setup)
npm install

## start shadow-cljs server
npx shadow-cljs server

# (in a separate terminal window or tab)

## watch the build for development
npx shadow-cljs watch app

## OR

## create a release for production
npx shadow-cljs release app

## (if using watch) connect a browser REPL
npx shadow-cljs cljs-repl app

About

Learning Clojurescript by making a this-or-that game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published