This project is built using React and serves as a starting point for your web application development.
To get started with this project, follow these steps:
Install Dependencies: Run the following command to install project dependencies using Yarn:
yarn installEnvironment Variables: Create a .env file in the root directory of the project. Inside the .env file, define the following environment variables:
REACT_APP_API_URL=https://api.example.com
REACT_APP_HOSTNAME=localhost
REACT_APP_GOOGLE_MAPS_API_KEY=GOOGLE_MAPS_API_KEYReplace https://api.example.com with the URL of your API and localhost with your hostname.
Start the Development Server: Run the following command to start the development server:
yarn startThis command will start the development server and open the project in your default web browser.