statping/dev/dev-env.sh

12 lines
188 B
Bash
Raw Normal View History

2020-02-28 06:37:48 +00:00
#!/usr/bin/env sh
2020-02-29 15:00:08 +00:00
echo "Starting!"
2020-02-28 06:37:48 +00:00
2020-02-29 15:00:08 +00:00
echo "Serving Vue frontend first..."
cd frontend && yarn serve &
echo "Now serving Vue, lets build the golang backend now..."
modd -f dev/modd.conf