- Node.js (v18+) and npm
- AWS Account
- AWS CLI
- Google OAuth 2.0 credentials
# Install dependencies
npm install
# Configure AWS credentials
npx ampx configure profile
# Set Google OAuth secrets
npx ampx sandbox secret set GOOGLE_CLIENT_ID
npx ampx sandbox secret set GOOGLE_CLIENT_SECRETStart the Amplify sandbox (keep running):
npx ampx sandboxIn a separate terminal, start the dev server:
npm run devApp runs at http://localhost:5173