#!/usr/bin/env bash npm i -D clear while true; do npm run dev echo "restarting..." sleep 1 done