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
"test": "echo \"Error: no test specified\" && exit 1",
"install": "cd server && npm install && cd ../client && npm install && echo \"\u001b[1;32mIf you want to run the web application, type 'npm run start'\u001b[0m\"",
"start": "cd server && node index.js & cd client && npm run dev"