#!/bin/bash

kill $(lsof -t -i :5000)

flutter run -d chrome --web-port 5000
