https://github.com/manudasari265/devhub-fullstack-social-media-app
https://github.com/manudasari265/devhub-fullstack-social-media-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manudasari265/devhub-fullstack-social-media-app
- Owner: Manudasari265
- Created: 2023-10-04T05:08:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T05:56:03.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:13:15.420Z (4 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevHub - Social Media Site for Developers
Live Site URL : https://spacefordevelopers.onrender.com
-> Clone the project to your local repository after copying the SSH code
```
git clone
```-> Install the necessary Dependencies
```
npm i
```-> Local Production Start Command
```
npm run watch
```* for linux/mac
"watch": "nodemon db --ignore frontend-js --ignore public/ & webpack --watch"
* for windows
"watch": "start nodemon db --ignore frontend-js --ignore public/ && start webpack --watch"