The most commonly used commands for building apps with the EAS CLI
eas init
- create a new project on expo.deveas build:configure
- create eas.json with default configuration
eas build --profile development
- development client, JS is loaded from your local machine