Building your app
To build your application without starting the development server, run:
au buildYou can also specify an environment:
au build --env stageThis command creates optimized bundles of your app, ready for deployment.
Last updated
Was this helpful?