I have an application built with ReactJS, but I'm using a fake API (json-server) to handle my data.
So, before I run 'npm start' to run the application I have to run 'json-server server.json -p 3333' to run the server and I can't make it run on Netlify.
Does anybody know if it is possible or not?
Thanks!