/amplify-car-rental-app

Built with Amplify Studio

Primary LanguageJavaScript

Complete Guide to AWS Amplify Studio Project

YouTube Tutorial

Medium BlogPost

How to Run?

  • First you need to create an AWS account and Amplify Project.
  • Follow the tutorial or the blog post to set up Amplify backend project.
  • Run amplify pull — appId xxx — envName xxx to connect your Amplify project and React app.
  • Run amplify status to make sure you have pulled backend resources.
  • Install the node dependencies using npm install.
  • Run npm start to run the app in development mode.
  • If everything went well, the app should run at http://localhost:3000

Resources