Skip to content

bemijonathan/Vite-react-tailwind-starter-kit

Repository files navigation

⚡️ Vite React Tailwind Template

Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it for production.

why vite

  • Lightning fast cold server start
  • Instant hot module replacement (HMR)

Repo for Vite + React + Tailwind

🌐 Live Demo

Installation

yarn

Development

yarn dev

Build

yarn build then open http://localhost:3000 in your browser

Inpsiration

This project is totally inspired by Anthony Fu's vite vue template

You can also check out TailBlocks for Ready to use Tailwind CSS blocks.

License

MIT