This is a React project bootstrapped with npm create vite@latest.
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.
install dependencies:
npm installrun the development server:
npm run devrun all tests:
npm test