Skip to content
angelozerr edited this page Jun 30, 2016 · 2 revisions

Launch

When your project is an angular-cli project (generated with angular-cli, so your project should contains the angular-cli.json file), ng launches should be available:

  • ng serve to start server. Please note that if you wish to customize port, live reloading of server, you can do it with .ember-cli file.
  • ng build to build your Angular2 project.