Open the index.html file inside the dist directory with your browser.
Alternatively, serve the dist folder from a web server and access it through its URL.
The dist folder is generated running gulp.
$ gulpto build an optimized version of your application in folder dist$ gulp serveto start BrowserSync server on your source files with live reload$ gulp serve:distto start BrowserSync server on your optimized application without live reload