Requirements:
Run this command to create a new Biff project:
clj -M -e '(load-string (slurp "https://biffweb.com/new.clj"))'
# In some versions of PowerShell, you may need to escape the quotes:
clj -M -e '(load-string (slurp ""https://biffweb.com/new.clj""))'
This will create a minimal CRUD app which demonstrates most of Biff's features.
Run clj -M:dev dev
to start the app on localhost:8080
. Whenever you save a file,
Biff will:
Open the dev/repl.clj
file for notes about REPL-driven development.
When you're ready to deploy, see Production.