im so tired rn
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
This commit is contained in:
9
client/scripts/launch_dev.sh
Normal file
9
client/scripts/launch_dev.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
# this script builds and launches the vue client served raw and locally
|
||||
# (without docker) on localhost (default) or via the machine's ip given the argument -I
|
||||
|
||||
|
||||
# launch the app
|
||||
npm run dev
|
||||
|
||||
# TODO: more configuration
|
||||
Reference in New Issue
Block a user