Skip to content

44fahadhasan/printify

Repository files navigation

Printify - React and Tailwind CSS Project

This is a React project styled with Tailwind CSS. The project aims to provide a clean and responsive interface for print services. Follow the instructions below to run the project locally and deploy it to production.

Features

  • React: Efficient and modular user interface.
  • 🎨 Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • 🚀 Optimized Deployment: Ready for production with easy deployment steps.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for styling.
  • Vite/CRA: Fast build tool for development and production builds.

Getting Started

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (comes with Node.js) or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/44fahadhasan/printify.git
    cd printify
    npm install
    npm run dev