Amplify Project Setup
#
Initialize amplify projectClone the repo, install dependencies
Initialize amplify project
Congratulations, your project has been successfully initialized and connected to the cloud!
#
Deploy servicesOnce all the resources are deployed to the cloud, the src/aws-exports.js
file gets created.
To view deployed services, go to amplify console by running the following command:- amplify console
#
Run the projectTest your site in the browser:
Open http://localhost:3000
to view it in the browser.