This Repository is a showcase how to create a todo list app using Le Truc, see le-truc.
It uses Bun on the server side to build a static HTML scaffold and bundle the JavaScript and CSS files. Server components are written in TypeScript as functions returning html-tagged template literals.
To install dependencies:
bun installTo build:
bun run buildTo serve:
bun run serveVisit http://localhost:3000 to see the app in action.
This project was created using bun init in bun v1.3.1. Bun is a fast all-in-one JavaScript runtime.