Go to file
2025-09-01 14:30:40 -06:00
public chore: fix header and add icons 2025-08-21 16:24:08 -06:00
src chore: delete 2025-09-01 14:30:40 -06:00
.dockerignore feat: new screens and docker setup 2025-06-12 21:07:51 -06:00
.gitignore feat: first upload to master branch 2025-05-14 16:45:52 -06:00
docker-compose.yml feat: new screens and docker setup 2025-06-12 21:07:51 -06:00
Dockerfile feat: new screens and docker setup 2025-06-12 21:07:51 -06:00
eslint.config.js feat: first upload to master branch 2025-05-14 16:45:52 -06:00
index.html chore; change favicon and app title 2025-08-29 21:21:30 -06:00
nginx.conf feat: new screens and docker setup 2025-06-12 21:07:51 -06:00
package-lock.json chore: fix header and show a mockup dashboard page 2025-08-21 20:53:59 -06:00
package.json chore: fix header and show a mockup dashboard page 2025-08-21 20:53:59 -06:00
README.md no message 2025-05-14 17:03:39 -06:00
vite.config.js feat: first upload to master branch 2025-05-14 16:45:52 -06:00

Project Name

Fendi home react app.

🚀 Getting Started

Follow the steps below to set up and run this project locally.

📦 1. Clone the Repository

```bash
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name

🧑‍💻 2. Open the Project in Your IDE

We recommend using Visual Studio Code, available for:

  • macOS
  • Linux
  • Windows

You may also use any IDE or code editor of your choice.

🛠 3. Install Node.js (if not installed)

Download and install Node.js from the official website:
👉 https://nodejs.org/en/download

To verify that Node.js and npm are installed correctly, run the following commands in your terminal:

```bash
node -v
npm -v```

📥 4. Install Dependencies

Open a terminal and navigate to the root folder of the project, then run:

```bash
npm install```

▶️ 5. Run the Development Server

To start the app in development mode, run the following command in your terminal:

```bash
npm run dev```

You should see output indicating the server is running, typically at: http://localhost:5173

🌐 6. Open the App in Your Browser

Once the development server is running, open your browser and navigate to: http://localhost:5173

You should now see the application running locally.

Requirements

Make sure you have the following installed before running the project:

  • Node.js (v18 or later recommended)
  • A code editor (e.g., Visual Studio Code)
  • A modern web browser (e.g., Chrome, Firefox, Safari)

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.