Using the following line
app.use(express.static("client/build"));
makes landing page the React component as expected.
but when every user do inspect with google chrome it reveals all my client-source code.
is there a way to hide it or it must be like that?
My revealed code