Development: cd server npm run dev cd .. cd client npm start Deployment: cd client npm run build cd .. cd server npm run serve