/AWS-Amplify-Hello_World

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.

Primary LanguageHTML

Hello World with AWS Amplify

This project demonstrates a simple "Hello World" application built with React, and deployed using AWS Amplify.

Introduction

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.

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/nkrgupta999/AWS-Amplify-Hello_World.git
  2. Install the dependencies
    yarn install
      or
    npm install
  3. 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.