React Router Tutorial Example with added Express Server
Base app created following tutorial React Router in Depth - https://github.com/iamshaunjp/react-router-in-depth
Frontend Initialization:
cd jobarouter/
npm start
Backend Server Configurations:
npm run start-dyn
npm run start-auth
Concurrent Dev Build:
npm run dev