Below you will find pages that utilize the taxonomy term “Build”
Post
read more
Easy deploy your react server with Nginx
Now you have your react project and you want to create a simple deploy server.
Install your host server. We are going to use a Nginx proxy server. This is an example for a Debian based system.
sudo aptitude install nginx-light
For this example we don’t need the full Nginx server.
Nginx creates a default host file. Then you can place the content of your build files under /var/www/default and it should be enough.