AWS Amplify Starter Project
A highly opinionated AWS Amplify starter project. It will work as a Todo application.
The project uses:
- Amplify Authenticator, for authentication
- Amplify Datastore for saving data and real time updates
- bloc for state management.
How to use ?
You can either fill in the variables on your CLI:
mason make amplify_starter --project_name "AWS Amplify Todo" --project_organization "com.example"
OR
let CLI guide you through the process
mason make amplify_starter
file of the generated project and follow the steps described there.
Variables ✨
Variable | Description | Default | Type |
---|---|---|---|
project_name |
Name of your project | Amplify Starter | string |
project_organization |
Organization of your project | com.example | string |