jesperorb/json-server-heroku

heroku

hayderjebur opened this issue · 0 comments

I have folder for the client where all react code and in the root I put db.json
and sure package.json in the root too
but there is no server file since I used json-server so I wonder how Heroku run server.js
in the doc of json-server it is recommended to add "start": "node server.js", to package.json but there is no server file 🤔