Technical requirements
This chapter requires that you have completed the exercises in the past three chapters, so that you can add the Amplify UI component to your project. Make sure that you have installed and configured the Amplify CLI as well. You can download the necessary file from the following link: https://github.com/PacktPublishing/Rapid-Application-Development-with-AWS-Amplify/tree/master/ch4.
Important Note
If you want to reuse the same cloud backend with different folders for each chapter with the code you've downloaded from the public repository, place the working aws-exports.js
or .ts
file in the project folder, and then simply call the amplify init
and amplify pull
commands to initialize and pull the resources to the specific chapter project folder.