Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 478 Bytes

Code List

This is an app built with AWS Amplify & Flutter to go along with the Code Magazine article titled "Building Cross-platform Mobile Apps on AWS with Flutter"

Getting started

To deploy this app, follow these steps:

  1. Clone this repo
git clone [email protected]:dabit3/amplify-flutter-codelist.git
  1. Initialize the Amplify backend
amplify init
  1. Deploy the Amplify backend
amplify push --y
  1. Run the app
flutter run