Skip to content

Create package.json to launch back and front #36

@srioboo

Description

@srioboo

Use bun to the operations or other equivalent, concurrently need to be installed

{
  "name": "mi-monorepo",
  "private": true,
  "workspaces": [
    "backend",
    "frontend"
  ]
}
{
  "scripts": {
    "start:backend": "cd backend && ./mvnw spring-boot:run",
    "start:frontend": "cd frontend && npm start",
    "start": "concurrently \"yarn start:backend\" \"yarn start:frontend\""
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions