Web: Add start script for frontend and backend
This commit is contained in:
parent
a2a52f3afc
commit
069a2c4146
8
web/start.bat
Normal file
8
web/start.bat
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@echo off
|
||||||
|
pushd .\Frontend
|
||||||
|
start powershell.exe -c "npm run dev"
|
||||||
|
popd
|
||||||
|
|
||||||
|
pushd .\Backend
|
||||||
|
start powershell.exe -c "dotnet watch"
|
||||||
|
popd
|
||||||
Loading…
x
Reference in New Issue
Block a user