Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 617 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 617 Bytes

React + TypeScript + Tailwind CSS + Vite

This is a template for creating a React app with TypeScript, Tailwind CSS, and Vite. It also includes ESLint and Prettier.

Getting Started

  1. Use this template by clicking the "Use this template" button above or with the GitHub CLI:
    gh repo create my-app-name --template stofi/vite-react-tailwind-ts-template
  2. Install dependencies:
     pnpm i
  3. Start the development server:
    pnpm run dev
  4. Open http://localhost:8420 with your browser to see the result.