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 is a MERN fullstack ecommerce shop featuring all kinds of products, categories and users for an encompassing experience to a real world application of such an application.",
"main": "index.js",
"scripts": {
"build": "cd backend && npm install && cd ../frontend && npm install && npm run build",
"start": "node backend/server.js",
"test": "echo \"Error: no test specified\" && exit 1"