https://github.com/afzl210/mychatapp
chat app made with Socket.io
https://github.com/afzl210/mychatapp
chat-application reactjs socket-io typescript
Last synced: 2 months ago
JSON representation
chat app made with Socket.io
- Host: GitHub
- URL: https://github.com/afzl210/mychatapp
- Owner: AFZL210
- Created: 2023-04-27T10:17:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T13:18:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T20:29:49.714Z (over 1 year ago)
- Topics: chat-application, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myChatApp
chat app made with Socket.io
## Run locally
clone the `MyChatApp` repo
```bash
git clone https://github.com/AFZL210/myChatApp.git
cd myChatApp
```
install dependencies for server
```bash
cd server
npm install
```
install dependencies for client
```bash
cd server
npm install
```
run the server `npm run dev` (run in server folder)
run the client app `npm run dev` (run in client folder)
### build commands for productions
server `npm run build` and
to start the server run `npm run start`
client `npm run build`
**change the origin links**
## Screenshots
