- 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.shfrom the shell. - Run
tmux tswto 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+tfrom editor to terminal.