Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 944 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 944 Bytes

Generic Start Template with Vite and Tailwind CSS

This is a simple and generic template to quickly get started with a project using Vite and Tailwind CSS. It provides a clean starting point with minimal setup for both development tools, making it easy to scale and modify for various projects.

Features

  • Vite for fast build and development
  • Tailwind CSS for utility-first styling
  • Easily configurable and extendable to suit your needs

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/xwaynex/generic-react.git
    cd generic-react
    
  2. Install dependencies and start the development server: Using npm:

npm install npm run dev
Or
yarn install yarn dev