deployment-talks/chat-app
2024-10-08 20:31:53 -04:00
..
frontend we have a nominally working, albeit ugly, chat application! Now I just need to write a talk about deploying shit, and test deploying. 2024-10-08 20:31:53 -04:00
src we have a nominally working, albeit ugly, chat application! Now I just need to write a talk about deploying shit, and test deploying. 2024-10-08 20:31:53 -04:00
static we have a nominally working, albeit ugly, chat application! Now I just need to write a talk about deploying shit, and test deploying. 2024-10-08 20:31:53 -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 Start thinking about how to actually use Mithril to build a frontend for this app. 2024-10-04 22:57:21 -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