Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.14 KB

Vite React Tailwind Starter

A starter template for building modern web applications using Vite, React, and Tailwind CSS. This project provides a fast and efficient development environment with hot module replacement, pre-configured styling, and a minimal setup.

Features

  • Vite for fast builds and hot module replacement
  • React for building user interfaces
  • Tailwind CSS for utility-first styling

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm (version 6 or later) or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/DDMeaqua/vite-react-tailwind-template.git
  2. Navigate to the project directory:

    cd vite-react-tailwind-starter
  3. Install dependencies:

    pnpm install

Running the Development Server

pnpm dev

Building for Production

pnpm build

Acknowledgements

License

This project is licensed under the MIT License. See the LICENSE file for details.