fenjalien / chat-web-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Web App

A chat web app built using:

image

Local Development

Run

npm install

in both frontend and backend folders. Start the backend with the following command in backend/:

npm run start

Start the frontend with the following command in frontend/:

npm run dev

Remote Devices

To access the application on a remote device on the same network, change the url parameter in the HocuspocusProvider configuration in frontend/src/App.tsx to the IPv4 address of the device the backend is running on. Then start the backend normally and run the following command in frontend/:

npm run dev -- --host

About


Languages

Language:TypeScript 90.2%Language:JavaScript 4.7%Language:HTML 2.9%Language:CSS 2.2%