samueldanso / vite-react-tailwind-app

This template has everything you need to start building your React app with Vite, React.js and TailwindCSS πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite + React + TailwindCSS Starter Template

This is a simple and minimalistic Vite, React and TailwindCSS boilerplate template with all the starter files and dependencies already setup and ready for use.

Tools

Getting Started

To use this template

  1. Clone the repository:
 git clone https://github.com/samueldanso/vite-react-tailwind-app
  1. Change into the directory and install dependencies:
 cd vite-react-tailwind-app

 npm install # or yarn install or pnpm install
  1. Run the development server:
npm run dev # or yarn dev or pnpm dev
  1. Open http://localhost:5173/ with your browser to see the result.

You can start editing the page by modifying src/App.jsx.

Feel free to use this as a template for your project if you like it!

About

This template has everything you need to start building your React app with Vite, React.js and TailwindCSS πŸŽ‰


Languages

Language:JavaScript 47.4%Language:CSS 33.5%Language:HTML 19.0%