#!/bin/bash echo "Welcome!" echo "Starting react-redux web app..." serve -s front -p 80 echo "Terminated!"