dragonroll/client/start.sh

9 lines
112 B
Bash
Raw Normal View History

2024-08-01 21:26:01 +00:00
#!/bin/bash
script_full_path=$(dirname "$0")
cd $script_full_path
npm install
npm run build
2024-09-21 17:08:36 +00:00
npx serve -s dist