At some point during your development workflow, you will want to test your application bundled either on your local dev machine or remotely on a server. The Aurelia CLI makes this very easy to do. In this chapter we will walk you through the steps it takes to bundle your application as well as to create a custom bundle. Next, we will discuss options for deploying your application to a GitHub or Bitbucket account for quick and easy testing.
Bundling
The Aurelia CLI already bundles your application regardless of what environment you are targeting. The following ...