issue-viewer

start backend

cd server
npm start
/** This probably runs on Port 3001 */

start frontend

cd client
npm start   
/** This probably runs on Port 3000 */

Open your browser and visit http://localhost:3000/