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 the code for the web app developed using Express && React framework.
Quick Start
# locate the server workspacecd server
# Install dependencies
npm install
# Serve on localhost:5000
npm run server
# Build for production
npm run build