An open API service indexing awesome lists of open source software.

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

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"