Skip to content

codefordenver/code-for-pizza

Repository files navigation

CODE FOR PIZZA

is a project to learn Clojure(Script) and to help us guesstimate the numbers of pizzas needed on Mondays night meetings

SETUP

  1. Install the JDK
  2. Install Boot: http://boot-clj.com/
  3. In your terminal, go to this directory and enter boot run
  4. To view the app go to http://localhost:3000
  5. To edit the app in Nightlight, go to http://localhost:4000

DEVELOPMENT

  • boot run

BUILDING FOR PROD

  • boot build

TESTING

  • boot test
  • boot auto-test for real-time testing