#!/bin/bash npm install npm run build PORT=8080 npm start & echo "server running on port 8080" wait