TaskFlow Demo

SkillDev tools

Build and run the full TaskFlow demo stack (Express backend + React frontend + mobile)

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the TaskFlow Demo skill

What this skill tells your AI

The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/taskflow/SKILL.md and read by ahel’s review.

Build and run the full-stack demo that showcases dart_node's capabilities.

Run it

sh examples/run_taskflow.sh

This:

  1. Kills any existing processes on ports 3000 and 8080
  2. Builds backend, mobile, and frontend from Dart to JS
  3. Starts the Express backend on http://localhost:3000
  4. Starts the frontend dev server on http://localhost:8080/web/
  5. Traps Ctrl+C for clean shutdown

Ports

ServicePortHow
Backend API (Express)3000node examples/backend/build/server.js
Frontend (static)8080python3 -m http.server 8080
Mobile (Expo)cd examples/mobile/rn && npm run ios or npm run android

Prerequisites

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.

Manual start (individual services)

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

Signals

GitHub stars
113
Forks
2
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
taskflow-melbournedeveloper
Source
github.com/melbournedeveloper/dart_node