Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 938 Bytes

File metadata and controls

44 lines (29 loc) · 938 Bytes

Hello World Frontend App

Description

This repository contains a simple Hello World frontend application built with React. Follow the instructions below to clone the repository and run the frontend app on your local machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

  1. Open your terminal or command prompt.

  2. Run the following commands:

    Clone the repository

    git clone https://github.com/EkshteinChana/devops_mbj_frontend.git

    Navigate to the project directory

    cd devops_mbj_frontend

    Install dependencies

    npm install

    Start the frontend server

    npm start
  3. The frontend app should now be running on http://localhost:3000.