Question
How do I get a built React app to run?
Hello all, I followed the way to create an Ubuntu 18.04x and add Nginx to it, I then went into my server block and cloned my react app repo. I pointed my root at /var/www/example.com/react-app/build
but when I restart and go to the URL, I receive a 403 Forbidden error. Does anyone know why this may be happening? I have a serverless React app, just want the frontend to display so nothing with Express should be needed.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×