/Single-page-voucher

This is a sample single page voucher build using React.

Primary LanguageJavaScript

Single page voucher using React and Tailwind CSS

Welcome to my Single-page Voucher application with Tailwind CSS! This project uses Vite as the build tool and Tailwind CSS for styling.

Getting Started

To get started with this project, follow these instructions:

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js
  • npm (Node Package Manager) or Yarn

Installation

  1. Clone this repository to your local machine:
    git clone <repository_url>
  2. Navigate to the project directory:
    cd <project_directory>
  3. Install dependencies using npm:
    npm install   
    
    

Development

To run the project in development mode, use the following command:

npm run dev