Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 262 Bytes

File metadata and controls

13 lines (12 loc) · 262 Bytes

React test driven development with vite and vitest

Simple setup with the following in place

  • Vite
  • React
  • Typescript
  • Eslint
  • Prettier
  • Airbnb convention of js
  • Vitest
  • JSdom

Quickstart setting up your react app

Simple to clone and pnpm install