react-express-starter icon indicating copy to clipboard operation
react-express-starter copied to clipboard

Deployment to netlify

Open gorkamolero opened this issue 5 years ago • 1 comments

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

gorkamolero avatar Apr 11 '19 11:04 gorkamolero

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.

philnash avatar Apr 12 '19 00:04 philnash