@echo off cd /d "%~dp0" echo Starting Development Server... call npm start pause