Context: a create-react-app with a Node.js server (attempting server-side rendering). I’m using the below code to try to implement prerender.io. I’m not sure if it is the correct code:
server-side-rendering/server.js at main · mmartinezluis/server-side-rendering · GitHub
I’m also confused on how to use prerender.io; do I need to start the Node js server only, or do I run “npm start” and the node js server simultaneously?
I also wanted to know how does Netlify load my create-react-app. Does it use “react-scripts start” in scripts in the package.json file? Or does it use any other script(s)?
Thank you.