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 t
I want the application to be deployed to a local folder when I build the project. This should produce a zip file that I can use to import in IIS. How can I achi