Skip to content

Basic Todo App with SSR of Template Literal Components

Notifications You must be signed in to change notification settings

zeixcom/le-todo-truc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Le Todo Truc

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 install

To build:

bun run build

To serve:

bun run serve

Visit 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.

About

Basic Todo App with SSR of Template Literal Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published