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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
"description": "Math with Science is an open-source MERN project that contains math and science problem solvers and the goal is to help anyone struggling with any math problems.",
"main": "server/server.js",
"scripts": {
"start": "npm run server",
"server": "cd server && npm start",
"server-dev": "cd server && npm run dev",
"client": "cd client && npm start",
"client-build": "cd client && npm run build",
"dev": "concurrently -n SERVER,CLIENT -c green,blue \"cd server && npm run dev\" \"cd client && npm start\"",
"pre-build": "cd server && npm run prebuild && cd ../client && npm run build",