Skip to content

elsheikh21/euro-group-sito

Repository files navigation

Project Overview

This project is a React application created with Create React App. It provides a basic structure for building and deploying a React application.

Table of Contents

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository using git clone https://github.com/your-username/your-repo-name.git
  2. Install the dependencies using npm install
  3. Start the development server using npm start

Project Structure

The project is structured as follows:

  • public: This folder contains static assets that can be used by the application.
    • public/images containing all images used.
    • public/icons containing all icons used.
  • src: This folder contains the source code for the application.
    • under src, 2 folders are created
      • src/pages containing all pages in js files.
      • src/components contains all components files [js, css].
  • package.json: This file contains metadata for the project, including dependencies and scripts.

Available Scripts

The following scripts are available:

  • npm start: Starts the development server on http://localhost:3000
  • npm test: Runs the test suite.
  • npm run build: Builds the application for production.
  • npm run eject: Ejects the project from Create React App.

Deployment

To deploy the application, follow these steps:

  1. Build the application using npm run build
  2. Deploy the built application to your preferred hosting platform.