You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the express server first:
node server.js
(or install nodemon globally and it will refresh the server everytime you save! Then: nodemon server.js )
Then run the react app in the readit/src directory:
npm start