Steps to create build is
> ng build --prod // can be other environment
To serve /dist folder created by angular-cli ng build command we can use "serve"
use below command to install serve
> yarn global add serve
and run
serve dist/
You will get url and try it on any browser.