Building your app

To build your application without starting the development server, run:

au build

You can also specify an environment:

au build --env stage

This command creates optimized bundles of your app, ready for deployment.

Last updated

Was this helpful?