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
"description": "This repo is split into a client side and server side. The client side consists of a react frontend. The server side consists of a Node express backend.",
"scripts": {
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
"dev-server": "nodemon server/server.ts",
"dev-client": "cd client && npm start",
"build": "npm run build-server && npm run build-client",