This repository contains the app that is created through the blog post over community.aws. For seeing a detailed explanation on how to build the app, check out the blog post.
Before you move forward, be sure to have:
- npm (Node Package Manager) installation
- An AWS Account configured for local development
- Check out the account configuration documentation for detailed instructions.
- Expo CLI
For running the project, first you need to install the npm libraries by running:
npm install
Next, you can run the new sandbox environment by running:
npx ampx sandbox
Next, if you are running on Android, be sure to add the Android SDK location to the android/local.properties
file:
sdk.dir=/path/to/your/Android/sdk
Lastly, you can run the applications on both iOS and Android by running:
npx expo run:ios # for iOS
npx expo run:android #for Android
Be sure to clean up your resources once you are done with the testing. You can clean the resources by running:
npx ampx sandbox delete
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.