# Building and deploying to production

# From the terminal

# Build for different env production with minification
npm run build:prod

npm run build:staging
1
2
3
4

This results in your compiled application in a dist directory.

# From CI

TODO