OLOolong LoopDec 11, 2018
Need help with build script in npm heroku deployment
Hello I'm having some trouble with deploying a MERN app to heroku Here's my package.json: { "name": "", "version": "1.0.0", "description": "basketball shot journal log", "main": "server.js", "scripts": { "client-install": "npm install -...
Join discussion