Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 3.02 KB

README.md

File metadata and controls

77 lines (44 loc) · 3.02 KB

Thrid EU Application

Screenshot 2024-02-24 at 03 34 46 Screenshot 2024-02-24 at 03 35 11 Screenshot 2024-02-24 at 03 36 08 Screenshot 2024-02-24 at 03 37 05 Screenshot 2024-02-24 at 03 36 51 Screenshot 2024-02-24 at 03 35 55

This is the official repository for the Thrid EU application, a modern web app built with the latest React version and Vite as a build tool.

Features

  • Latest React version integration
  • Vite for an optimized build
  • Stylish UI with Emotion and Material-UI
  • Slick carousel integration for content sliders
  • ESLint for code quality assurance

Prerequisites

Before running this project, ensure you have the following installed:

  • Node.js (version 16 or later is recommended)
  • npm (normally comes with Node.js)

If you do not have Node.js installed, please follow the instructions on the official Node.js download page.

Installation

First, clone the repository to your local machine using Git:

git clone https://github.com/[your-username]/thrid-eu.git cd thrid-eu

Once inside the project directory, install the necessary dependencies:

npm install

Running the Application

To start the application in development mode, run:

npm run dev

This will start the development server and the application will be accessible via http://localhost:3000 by default.

Building for Production

To build the application for production, run:

npm run build

The production-ready files will be generated in the dist directory at the root of the project.

Code Linting

To ensure your code matches the project's coding standards, run the linter:

npm run lint

Support

For any questions or issues, please open an issue on the GitHub repository, and we'll try to address it as quickly as possible.

License

Copyright © 2003 Emilian Kasemi. All rights reserved.

Unauthorized copying of the files, via any medium, is strictly prohibited. Proprietary and confidential.

Live Website

Visit the live website at thrid.eu.

Thank you for your interest in Thrid EU, and we hope you find this project exciting and useful for your development endeavors!