cd server
npm start
/** This probably runs on Port 3001 */
cd client
npm start
/** This probably runs on Port 3000 */
Open your browser and visit http://localhost:3000/
cd server
npm start
/** This probably runs on Port 3001 */
cd client
npm start
/** This probably runs on Port 3000 */
Open your browser and visit http://localhost:3000/