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": "<div align=\"center\"> <h1 align=\"center\">Job Portal</h1> <h3> A free and open source job hunting and recruiting solution build with React, Node, Express, MongoDB and TailwindCSS </h3> </div>",
"main": "index.js",
"scripts": {
"install:all": "npm run install:server && npm run install:client",
"install:server": "cd server && npm install && cd ..",
"install:client": "cd client && npm install && cd ..",
"dev": "concurrently \"cd server && npm start\" \"cd client && npm run dev\"",
"build": "cd client && npm run build && cd .. && cd server && npm run build"