taskflow
Installation
SKILL.md
TaskFlow Demo
Build and run the full-stack demo that showcases dart_node's capabilities.
Run it
sh examples/run_taskflow.sh
This:
- Kills any existing processes on ports 3000 and 8080
- Builds backend, mobile, and frontend from Dart to JS
- Starts the Express backend on http://localhost:3000
- Starts the frontend dev server on http://localhost:8080/web/
- Traps Ctrl+C for clean shutdown