Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 262 Bytes

building-your-app.md

File metadata and controls

15 lines (10 loc) · 262 Bytes

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.