website/devSetup.bat

5 lines
111 B
Batchfile
Raw Normal View History

2021-01-11 20:13:12 +01:00
start sass --watch --style compressed scss/:public/css
2021-01-11 20:24:21 +01:00
start tsc --watch
2021-01-11 20:13:12 +01:00
cd public
2021-01-11 20:24:21 +01:00
start php -S 127.0.0.1:8081