Created by: mattccrampton
When a build is completed, the current help text says...
The build folder is ready to be deployed.
You may also serve it locally with a static server:
npm install -g pushstate-server
pushstate-server build
open http://localhost:9000
But pushstate-server honors the $PORT value set in the environment it runs in. Better to also show the correct port the pushstate-server will be running on when showing the help text to the end user instead of always hardcoding 9000.