1.1 KiB
1.1 KiB
Euastra Homepage
The Euastra Homepage is a website designed to showcase our solutions and services. This repository contains the frontend codebase for the official Euastra homepage, built with React, Next.js, and Tailwind CSS for a fast, responsive, and visually appealing UX.
Quick Start
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
Open the application: Navigate to the localhost URL shown in your terminal with your browser.
📂 Project Structure
├── public/ # Static assets (images, icons, fonts)
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application routes and views
│ ├── styles/ # Global styles and Tailwind config
│ └── utils/ # Helper functions and constants
├── package.json # Project dependencies and scripts
└── README.md # Project documentation