/react-ts-template

Vite React with typescript simple starter template.

Primary LanguageTypeScript

Vite React + Typescript

This is a React project bootstrapped with npm create vite@latest.

Features

This is a very simple starter template and it contains:

  • React + Typescript with Vite.
  • Eslint + Prettier for code style.
  • Vitest for unit testing.
  • Tailwind CSS for UI.
  • Simple cleaned starter folder structure.

Getting Started

install dependencies:

npm install

run the development server:

npm run dev

run all tests:

npm test