Skip to content

Repository files navigation

Efficient Global

Marketing website for Efficient Global Enterprises, a medical courier service providing secure, time-sensitive transportation of medical materials, laboratory specimens, pharmaceuticals, and healthcare documents for healthcare providers across Minnesota and the Twin Cities.

The site presents the company's services, highlights its experience, and lets visitors request a delivery or get in touch through dedicated contact forms.

Tech Stack

Getting Started

Prerequisites

  • Node.js 18 or later
  • npm (bundled with Node.js)

Installation

git clone <repository-url>
cd efficient_global
npm install

Development

Start the local dev server with hot module replacement:

npm run dev

The app is served at the URL printed in the terminal (typically http://localhost:5173).

Available Scripts

Script Description
npm run dev Start the Vite development server
npm run build Type-check and build the production bundle to dist
npm run preview Preview the production build locally
npm run lint Run ESLint across the project
npm run deploy Build and publish the site to GitHub Pages

Project Structure

The codebase follows an atomic design approach, organizing components by complexity.

src/
├── assets/              # Images and static assets
├── components/
│   ├── atoms/           # Basic building blocks (Button, Badge, Hamburger)
│   ├── molecules/       # Composite components (Header, ScrollReveal, ScrollIndicator)
│   ├── organisms/       # Page sections (Hero, Services, Contact, Footer, forms)
│   └── layout/          # Shared layout wrappers (MainLayout)
├── pages/               # Route-level pages (HomePage, ContactPage)
├── App.tsx              # Application routes
├── main.tsx             # Application entry point
└── index.css            # Global styles and Tailwind setup

Deployment

The site is deployed to GitHub Pages. Running the deploy script builds the project and publishes the contents of dist:

npm run deploy

License

This project is private and not licensed for public use.

About

Marketing website for Efficient Global Enterprises, a medical courier service providing secure, time-sensitive transportation of medical materials, laboratory specimens, pharmaceuticals, and healthcare documents for healthcare providers across Minnesota and the Twin Cities.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages