Welcome to my Single-page Voucher application with Tailwind CSS! This project uses Vite as the build tool and Tailwind CSS for styling.
To get started with this project, follow these instructions:
Before you begin, ensure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager) or Yarn
- Clone this repository to your local machine:
git clone <repository_url>
- Navigate to the project directory:
cd <project_directory>
- Install dependencies using npm:
npm install
To run the project in development mode, use the following command:
npm run dev