I initially started a project with beta 10 of the angular-cli, when I run ng serve at that point of time the dist folder would contain the compiled
angular-cli
ng serve
The new angular-cli version with webpack will generate dist folder only after ng build.
dist
ng build
ng serve works only in-memory now.