Setting up a new Amplify Project —-TODO—-
This article will walk you through creating a new Amplify project
We will connect it to a React app, but you can choose to use any frontend framework of your choice
Pre-Requisites:
- Registered AWS Account at [insert url here]
- AWS CLI installed on your machine You can install the command line tools using the below command.
npm i -g @aws-amplify/cli
The next step is to configure and set up Amplify.
amplify configure
If you are a new AWS user, this should ask you to create an IAM user to access your AWS account. If not, you can manually enter the details of the AWS account.