Skip to content

⚡️ React + Vite + Tailwind CSS + TypeScript + ShadcnUI starter template.

Notifications You must be signed in to change notification settings

choiruladamm/vite-ts-tailwind-starter

Repository files navigation

⚡️ vite-ts-tailwind-starter

React + Tailwind CSS + TypeScript + shadcnui starter template.

Made by Choirul Adamm

Features (will keep updating new features)

This repository is 🔋 battery packed with:

  • ⚡️ Vite
  • ⚛️ React 18
  • ✨ TypeScript
  • 💨 Tailwind CSS 3
  • 🌪 React Router Dom
  • 💎 ShadcnUI — Beautifully designed components built with Radix UI and Tailwind CSS.
  • 💖 Prettier — Sorting Classes & Format your code consistently

Getting Started

1. Clone this template using one of the two ways

  1. Using degit

    npx degit choiruladamm/vite-ts-tailwind-starter YOUR_APP_NAME
  2. Use this repository as template

    Disclosure: by using this repository as a template, there will be an attribution on your repository.

    I'll appreciate if you do, so this template can be known by others too 😄

    Use as template

  3. Deploy to Vercel

    Deploy with Vercel

2. Install dependencies

npm install

3. Run the development server

You can start the server using this command:

npm run dev