- Copy the template.ts to a new file.
- Write code to handle it.
- Run
npx tsc -w
. - Run the task to test, e.g.
node dist/tasks/01-1.js
- Run
dev-tmux.sh
from the shell. - Run
tmux tsw
to start the typescript compiler in watch mode in a separate pane. - The "bind-key" for TMUX is
ctrl+b
. Move between panes usingctrl+b h/j/k/l
, oralt+t
from editor to terminal.