This repository contains a simple JavaScript app using the React framework. The app consists of a single homepage with a title and a 'hello world' text. The purpose of this project is to provide a basic structure for a React app that can be further developed and customized.
To run the React app, follow these steps:
- Clone the repository:
git clone https://github.com/czarek1986/czarek1986.github.io.git
- Navigate to the project directory:
cd czarek1986.github.io/my-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to see the app in action.