deployment-talks/chat-app
2024-09-29 22:07:13 -04:00
..
src handle messages in the chat room 2024-09-29 22:07:13 -04:00
static Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -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
bun.lockb Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
package.json Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -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