react-express-starter
react-express-starter copied to clipboard
Deployment to netlify
Hello there!
Any idea how you would deploy this to Netlify, as can be done out-of-the-box with a normal create-react-app?
Thanks
Hey!
This is a good question. Since this uses Express as a back end server, it can't work as simply as deploying an application built with solely create-react-app
.
However, Netlify does have Functions which allow you to run Node.js server code. I've not done any work with Netlify Functions though, but you might find this article a help.
This would be an interesting experiment, and I'd be interested to hear how you get on with it.