This is a template file structure for a React app hosted by a Node server. Clone using:
git clone [email protected]:cacreason/reactProjectTemplate.git;
npm install;
Do not forget to update git config to reflect current project repo.
Once Installed, node server uses Express to listen on the localhost address at port 8080.