This is a React + TypeScript boilerplate built with Vite.
Create the project.
npx degit fabien-ml/react-ts-vite-template my-app
Access the project directory.
cd my-app
Initialize a git repository.
git init
Install dependencies.
npm install
Start dev server with hot reload at http://localhost:3000.
npm run dev
npm run lint
npm run build
npm run serve
npm run test:unit
npm run test:unit:coverage
npm run test:e2e
This project is licensed under the MIT License.