dpcunningham / process-spinup-devenv-ionic4-ng-on-linux

Process: Spin Up a Development Environment for Ionic 4 (default Angular) Apps
0 stars 0 forks source link

understand: The Ionic CLI-driven "start... serve" cycle #10

Open dpcunningham opened 4 years ago

dpcunningham commented 4 years ago

The "Install... Start... Serve..." cycle is summarized here:

Ionic apps are created and developed primarily through the Ionic command-line utility. The Ionic CLI is the preferred method of installation, as it offers a wide range of dev tools and help options along the way. It is also the main tool through which to run the app and connect it to other services, such as Ionic Appflow.

Much of your app can be built right in the browser with ionic serve. We recommend starting with this workflow. When you're ready to deploy your app to a real device, check out our Deploying guide.