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.
- 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
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.
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
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.
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.
To ensure your code matches the project's coding standards, run the linter:
npm run lint
For any questions or issues, please open an issue on the GitHub repository, and we'll try to address it as quickly as possible.
Copyright © 2003 Emilian Kasemi. All rights reserved.
Unauthorized copying of the files, via any medium, is strictly prohibited. Proprietary and confidential.
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!