dragonroll/client/start.sh

9 lines
112 B
Bash
Executable File

#!/bin/bash
script_full_path=$(dirname "$0")
cd $script_full_path
npm install
npm run build
npx serve -s dist