I have freshly installed angular-cli 1.0.0.beta.17 (latest one), start new project, able to serve project on port 4200 with no problems - just standard \"app works!\" message.>
With the cli version (1.0.1) use :
ng build --prod
This will give you the dist folder with the index.html and all the bundled js file ready for production.