Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.47 KB

File metadata and controls

50 lines (35 loc) · 1.47 KB

Building a Quiz Game with AWS Amplify Gen 2 and React Native

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.

Requirements

Before you move forward, be sure to have:

  • npm (Node Package Manager) installation
  • An AWS Account configured for local development
  • Expo CLI

Running the project

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

Cleaning up the resources

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

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.