Initial Seg Data Server Net platform
This commit is contained in:
8
scripts/run_frontend.sh
Executable file
8
scripts/run_frontend.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "${ROOT_DIR}/frontend"
|
||||
npm install
|
||||
exec npm run dev -- --host 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user