tbakerx/react-resume-template

How to deploy?

Devtr0n opened this issue · 1 comments

I updated to the latest version and deployed to my hosting (GoDaddy) but its not working. I had to change some relative paths for manifest.json and some css files in index.html and all console errors went away, but its still not loading any content. It like it doesnt have JS at all and I added a reference to jQuery Google API but that didnt work either. I am trying to understand how to deploy this to web hosting?

I ended up needing to install Yarn and build with yarn. Then it made a single directory I could deploy to my web hosting. Then I had problems with MIME Types allowing JSON. so I had to manually add that to the MIME settings for the server. I also had to add .htaccess file so that React is happy. Fun times.