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": "A complete web application integrating the MERN stack: [MongoDB](https://www.mongodb.com/), [Express.js](https://expressjs.com/), [React.js](https://reactjs.org/), [Node.js](https://nodejs.org/en/).",
"main": "index.js",
"scripts": {
"client": "cd client/ && npm run dev",
"server": "cd server/ && npm run server:dev",
"build:client": "cd client/ && npm run build:once",
"build:server": "cd server/ && npm run build:prod"