← Back to list

monorepo-commands
by stevendejongnl
A step-by-step guide execution app for Android and iOS. Follow timed procedures with automatic notifications and progress tracking.
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: monorepo-commands description: Comprehensive reference for npm scripts in a full-stack monorepo containing FastAPI backend, React Native mobile app, and React/Vite web app. Use when working with build, test, lint, or typecheck commands, or when helping with development workflows in this monorepo structure.
Monorepo Commands
Reference for all npm scripts available in this full-stack monorepo project.
Project Structure
This monorepo contains three main packages:
- API Server: FastAPI (Python)
- Mobile App: React Native (TypeScript)
- Web App: React + Vite (TypeScript)
Command Categories
Global Commands
Commands that run across the entire monorepo:
npm run test- Run all tests (mobile Jest + API pytest)npm run typecheck- Type check all packages (mobile, web, API)npm run lint- Lint all packages (mobile, web, API)
API Server Commands
FastAPI backend commands:
npm run api:test- Run pytest testsnpm run api:typecheck- Run mypy type checkingnpm run api:lint- Run Ruff linter
Mobile App Commands
React Native commands:
npm run mobile:ios- Build and run on iOS simulator (requires Xcode)npm run mobile:android- Build and run on Android emulator (requires Android SDK)npm run mobile:test- Run Jest testsnpm run mobile:typecheck- Run TypeScript type checkingnpm run mobile:lint- Run ESLint
Web App Commands
React + Vite commands:
npm run web:dev- Start development server with HMR (http://localhost:5173)npm run web:build- Build for production (outputs toweb-app/dist)
Detailed Command Reference
For complete details on each command including descriptions and usage notes, see:
Usage Patterns
When working with this monorepo:
- Starting development: Use
npm run web:devfor web ornpm run mobile:ios/mobile:androidfor mobile - Before committing: Run
npm run lintandnpm run typecheckto catch issues - Running tests: Use
npm run testfor all tests or specific commands for targeted testing - Building for production: Use
npm run web:buildfor web deployment
Technology Stack
- Backend: Python, FastAPI, pytest, mypy, Ruff
- Mobile: React Native, TypeScript, Jest, ESLint
- Web: React, Vite, TypeScript, ESLint
- Monorepo: npm workspaces
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon