I am building the application in Angular6+, now I have run the command ng build --prod which gave me a dist folder. Now how to check or serve that
Angular6+
ng build --prod
Thanks mike "ng serve --prod=true" works perfect!!!!