harshb16 / vite-react-tailwind-starter

A react template that uses vitejs and tailwindcss

Home Page:https://vite-react-tailwind-starter-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite + React + Tailwind CSS starter

Run locally


Get the project on your local machine

npx degit harshb16/vite-react-tailwind-starter

Go to the project directory

cd my-project

Install dependecies

$ yarn

OR

$ npm install

Development

$ yarn dev

OR

$ npm run dev

Build

$ yarn build

OR

$ npm run build

Using typescript

Copy the needed files from vite react-ts

Demo

live site

License

MIT License

About

A react template that uses vitejs and tailwindcss

https://vite-react-tailwind-starter-template.vercel.app

License:MIT License


Languages

Language:JavaScript 76.5%Language:HTML 13.7%Language:CSS 9.8%