#!/bin/sh
npm run build > build.log 2> build.err.log
serve -s --no-port-switching -l 3001 build > start.log 2> start.err.log &
echo "$!" > pid