This is a React + TypeScript + Tailwind + React Router boilerplate built with Vite.
- ReactJS
- Vite
- TypeScript
- Tailwind
- React Router
- Vitest
- Testing Library
- Cypress
- ESLint
- Prettier
- Polyfills
-
Create the project.
npx degit iegik/template-ts-vite-react-tailwind-react-router 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
Run the app in production mode at http://localhost:3000.
npm run serve
- Run unit tests and watch
npm run test:unit
- Run unit tests with coverage
npm run test:unit:coverage
- Run e2e tests
npm run test:e2e
This project is licensed under the MIT License.