mern-boilerplate
mern-boilerplate copied to clipboard
How are you shipping the server to build folder ?
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.