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.
- Vite for fast build and development
- Tailwind CSS for utility-first styling
- Easily configurable and extendable to suit your needs
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/xwaynex/generic-react.git cd generic-react
-
Install dependencies and start the development server: Using npm:
npm install npm run dev
Or
yarn install yarn dev