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.
Make sure you have the following installed on your machine:
-
Node.js (v14 or higher)
node -v
-
Open your terminal or command prompt.
-
Run the following commands:
git clone https://github.com/EkshteinChana/devops_mbj_frontend.git
cd devops_mbj_frontendnpm install
npm start
-
The frontend app should now be running on http://localhost:3000.