mern-boilerplate icon indicating copy to clipboard operation
mern-boilerplate copied to clipboard

How are you shipping the server to build folder ?

Open krishnaUIDev opened this issue 3 years ago • 1 comments

krishnaUIDev avatar Feb 13 '21 00:02 krishnaUIDev

The server simply runs off the server/index.js file, it doesn't compile to any build folder. The compiled dist only contains the client build. Depending on how you want to deploy your application, you may have to set up an environment to run the server code.

djizco avatar Feb 24 '21 03:02 djizco