Skip to content

ExampleWasTakenStudios/landingpage

Repository files navigation

Vite + React + TypeScript + tailwind

This template provides a minimal setup to get React working in Vite with HMR, tailwind, completete TypeScript-ESLint integration and prettier.

The most important rule is that all formatting is done by Prettier.

This template uses @vitejs/plugin-react-swc (SWC) for Fast Refresh.

Installation

Install

degit examplewastaken/vite-react-ts-eslint-tailwind-prettier

Install dependencies

npm install

Run the project

npm run dev

ESLint

This project uses the recommended-type-checked config plus some additional rules. To configure the project to your needs, edit the .eslintrc.cjs file.