So you built your first React app and now it’s time to get it out in the world. But where do you host a React app?
Until now, you probably ran your app with npm start
which spins up a development server for you to debug and test your app. But that won’t work in production. Continue reading Is there a way to host a React app without a NodeJS Server?