A landing page template with Vite, React, TypeScript, and Tailwind CSS.
Requirements
Ensure you have the following dependencies installed on your system:
- Clone the repository:
git clone https://github.com/Visualizeit/landing-page-starter
- Change to the project directory:
cd landing-page-starter
- Install the dependencies:
pnpm install
Start the development server with:
pnpm run dev