the scene here should be the react-router used by the pure client (browser) when rendering.
build generates static resources (html, css, js files), so you need a server, such as nginx, to receive connection requests from the client to return these static resources.
Previous: In webpack, js introduces the problem of css file writing.
Next: On the problem of calling each other between Node and CPP