UNPKG

create-manifest

Version:

Create a new Manifest backend

16 lines (15 loc) 453 B
{ "name": "PROJECT_NAME", "private": true, "workspaces": ["api", "web"], "description": "A full-stack app made with Manifest: https://manifest.build", "scripts": { "start": "concurrently \"npm run start:api\" \"npm run start:web\"", "start:api": "npm run start --workspace=api", "start:web": "npm run start --workspace=web", "seed": "npm run seed --workspace=api" }, "devDependencies": { "concurrently": "^8.0.0" } }