deployment-talks/chat-app
2024-09-30 22:07:52 -04:00
..
frontend Add the frontend code to its own directory.~ 2024-09-30 22:07:52 -04:00
src Add the frontend code to its own directory.~ 2024-09-30 22:07:52 -04:00
static Add a login form 2024-09-30 22:07:05 -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 Add the frontend code to its own directory.~ 2024-09-30 22:07:52 -04:00
bun.lockb Add the build step and work on the components of the frontend. 2024-09-30 21:58:44 -04:00
package.json Add the build step and work on the components of the frontend. 2024-09-30 21:58:44 -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