Deploy a React App with ExpressJS and Nginx

preview_player
Показать описание

I will show in detail all the Nginx config required.

00:00 Introduction
00:25 Project Overview
04:13 Nginx Configuration
06:58 Deploy App in a subpath
10:58 Nginx Configuration for React Sub Path
13:28 Testin App and Conclusion

Make sure to subscribe to the channel:

🌎 Find me here:
Рекомендации по теме
Комментарии
Автор

Nice tutorial Enrico. I was wondering, what about if I want to make a request to the nginx server's endpoint from the react front end ?

luchadb
Автор

Thanks, with this method is it possible the prerender for seo?

andresarandaarpe
Автор

Thanks, if I load react via express, where do I have to implement the API call. In the React app or in Epress Server.js

bilal.comedy
Автор

May I ask what's the difference between
react + express + nginx
vs
react + nginx?

BP-qypb