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
This is a Fullstack Application built with Node and React
TO START:
# Install dependencies for both client and server
npm run get-packages
# Run the client & server with concurrently
npm run dev
# Server runs on http://localhost:5000 and client on http://localhost:3000