Launch utilities for Medusajs monorepo projects.
npm install medusajs-launch-utils
In your package.json scripts:
{
"scripts": {
"init": "init-backend",
"wait": "await-backend",
"launch": "launch-storefront"
}
}
For more detailed usage instructions, please refer to the Medusa.js documentation.