Build and run the full TaskFlow demo stack (Express backend + React frontend + mobile)
Build and run the full-stack demo that showcases dart_node's capabilities.
sh examples/run_taskflow.sh
This:
| Service | Port | How |
|---------|------|-----|
| Backend API (Express) | 3000 | node examples/backend/build/server.js |
| Frontend (static) | 8080 | python3 -m http.server 8080 |
| Mobile (Expo) | — | cd examples/mobile/rn && npm run ios or npm run android |
Dependencies must be installed first. If the build fails, run:
./tools/pub_get.sh
Or use the Dev Container which runs post-create.sh automatically.
Backend only:
dart run tools/build/build.dart backend && node examples/backend/build/server.js
Frontend only:
cd examples/frontend && bash build.sh && python3 -m http.server 8080
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer