https://github.com/abdulrehman-z/social
Small social app with functionalities of post ,comments and with custom event bus implementation.
https://github.com/abdulrehman-z/social
axios event-bus material-ui nodejs reactjs rtk-query
Last synced: about 2 months ago
JSON representation
Small social app with functionalities of post ,comments and with custom event bus implementation.
- Host: GitHub
- URL: https://github.com/abdulrehman-z/social
- Owner: AbdulRehman-z
- Created: 2023-01-02T16:41:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T14:34:07.000Z (over 2 years ago)
- Last Synced: 2024-04-19T09:55:57.246Z (about 1 year ago)
- Topics: axios, event-bus, material-ui, nodejs, reactjs, rtk-query
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How to run the app
1. run `skaffold dev` to start the app
2. if you notice any error related to port :80 already in use, run `netstat -aon | findstr :80` to find the process id and then run `taskkill /PID /F` to kill the process
3. run `skaffold dev` again to start the app