Skip to content

Add npm scripts for starting all services#11

Merged
cvsz merged 2 commits into
branchfrom
copilot/start-all-features
Nov 9, 2025
Merged

Add npm scripts for starting all services#11
cvsz merged 2 commits into
branchfrom
copilot/start-all-features

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 9, 2025

The problem statement "Start all" requested a convenient way to start all ZeaZDev services.

Changes

Root package.json - Added npm scripts wrapping the existing start-all-phases.sh:

  • npm start - Start all services (backend + frontend)
  • npm run check - Validate configuration
  • npm run install:all - Install dependencies
  • npm run status - Check service status
  • npm run stop - Stop all services
  • Component-specific variants: start:backend, start:frontend

Documentation - Updated README.md and QUICK_START.md to show npm scripts as the primary method, with bash scripts as alternative.

Usage

npm run check        # Validate .env files exist
npm run install:all  # Install all dependencies
npm start            # Start everything

The existing start-all-phases.sh script remains unchanged and fully functional.

Original prompt

Start all


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: CVSz <4076926+CVSz@users.noreply.github.com>
Copilot AI changed the title [WIP] Add initial implementation of all features Add npm scripts for starting all services Nov 9, 2025
Copilot AI requested a review from cvsz November 9, 2025 20:14
@cvsz cvsz marked this pull request as ready for review November 9, 2025 22:42
@cvsz cvsz merged commit 1a5624d into branch Nov 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants