#!/bin/bash set -e cd "$(dirname "${BASH_SOURCE[0]}")" npm run build && npm start