biff

Reut Sharabani 2025-05-05T19:30:26.982869Z

Is there an empty biff template? Meaning with nothing but a "hello world" webpage? I know there's the chat app with the email and login and stuff, is there something with no modules at all? Or a single webpage module? I am thinking about taking the demo chat app and just deleting everything but the setup, but maybe something already exists.

2025-05-05T19:33:35.426549Z

currently clj -M -e '(load-string (slurp ""))' is the emptiest template there is. I generally start with that and then delete a lot of it as you suggested. E.g. same as the first part of the tutorial: https://biffweb.com/docs/tutorial/new-project/

Reut Sharabani 2025-05-05T19:34:11.185369Z

Thanks Jacob, and thanks (again!) for being so responsive

👌 1
🎅 1