Amplify Project Setup
Initialize amplify project#
Clone the repo, install dependencies
Initialize amplify project
Congratulations, your project has been successfully initialized and connected to the cloud!
Deploy services#
Once 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 project#
Test your site in the browser:
Open http://localhost:3000 to view it in the browser.