windows-start.cmd 165 B

12345678
  1. start "Redis" "startRedis.cmd"
  2. start "Mongo" "startmongo.cmd"
  3. cd backend
  4. start "Backend" "nodemon"
  5. cd ..
  6. cd frontend
  7. start "Frotend" npm run development-watch
  8. cd ..