Deploy a React project to server (II) – Router
Last time, I deployed a React.js project on a server. But I found the router doesn’t work. I click the menu to other child pages. It always returns a 404 page. I did some search and found the reason. When I try to get a page by url, nginx would Read more…