website/devSetup.bat

5 lines
No EOL
112 B
Batchfile

start sass --watch --style compressed scss/:public/css
cd public
start php -S 127.0.0.1:8081
start tsc --watchJ