React, react-scripts

{
    "build:frontend": "react-scripts build",
    "start:frontend": "react-scripts start",
    "start:backend": "node_modules/.bin/account-management-api",
    "start": "yarn run start:backend & yarn run start:frontend",
    "test": "cypress run"
  }