This project demonstrates a simple "Hello World" application built with React, and deployed using AWS Amplify.
This is a basic React application created using react as the build tool. The application displays "Hello World" on the screen and is deployed on AWS Amplify.
- Clone the repository:
git clone https://github.com/nkrgupta999/AWS-Amplify-Hello_World.git
- Install the dependencies
yarn install or npm install
- Development
To start the development server, run:
yarn dev or npm run dev
This will start the development server and you can view the application at http://localhost:3000.