deployment-talks/chat-app
2024-10-23 21:57:58 -04:00
..
frontend Update the styles a bit, and add the slides 2024-10-23 21:57:58 -04:00
src Update the styles a bit, and add the slides 2024-10-23 21:57:58 -04:00
static Update the styles a bit, and add the slides 2024-10-23 21:57:58 -04:00
.editorconfig Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
.gitignore Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
build.ts Update the styles a bit, and add the slides 2024-10-23 21:57:58 -04:00
bun.lockb Start thinking about how to actually use Mithril to build a frontend for this app. 2024-10-04 22:57:21 -04:00
justfile Start thinking about how to actually use Mithril to build a frontend for this app. 2024-10-04 22:57:21 -04:00
package.json Hey the chat works now a bit. 2024-10-08 08:42:15 -04:00
README.md Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
tsconfig.json Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000