Prompt file imported from 0xGF/solana-fullstack-webapp-skills (
.claude/commands/dev.md). Fill in{{arg1}}before use. Copyright stays with the author.
Development Server Command
Start development servers based on the argument provided:
Usage
/devor/dev all- Start all services/dev frontend- Start frontend only (typically port 3000)/dev backend- Start backend only (typically port 3001)
Commands
Based on argument {{arg1}}:
allor empty:pnpm devornpm run devfrontend:pnpm --filter frontend devor equivalentbackend:pnpm --filter backend devor equivalent
Run the appropriate command and inform the user which ports are being used.
Adjust the filter names and port numbers based on the project's actual configuration.