Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirshendubhowmick/chat-app-ui
https://github.com/shirshendubhowmick/chat-app-ui
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shirshendubhowmick/chat-app-ui
- Owner: shirshendubhowmick
- Created: 2021-10-14T07:11:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T15:29:36.000Z (about 3 years ago)
- Last Synced: 2024-12-10T03:07:25.259Z (about 1 month ago)
- Language: TypeScript
- Size: 580 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat server UI
The frontend is built with React and it uses socket.io client to communicate
To get started
```bash
npm install
```Start webpack dev server
```bash
npm start
```This starts the server on http://localhost:7000
For prod build
```bash
npm run build:prod
```This will generate the build assets inside the `public` directory
Now this can be served with any static server. However make sure that URL its being served on is CORS whitelisted on the server