I used to think that Node was only used in the server-side app because of the use of the npm command and the ensuing generation of the node_modules folder.
But I noticed that CRA also uses node, so does that make the front-end a Node app?
I appreciate any clarity on this!