Deploying nodejs application on Heroku cloud
This blog article assumes the following directory structure:
- client\
- server\
- src
- index.js
- package.json
- .git\
- README.md
You can follow this documentation to deploy nodejs application on heroku cloud.
Prerequisites
package.j...
jsbisht.hashnode.dev2 min read