APP__BASE_URL = http://www.< website-name-here >.com
npm install
npm run build
This command creates a "dist" directory for the compiled TS code. It then copies over the "s-static" directory into the "dist" directory as well.
Heroku deployments runs the build
scripts by default.