This template provides a minimal setup to get React working in Vite with HMR, Cypress for e2e/component testing and some ESLint useful rules.
Run development server:
$ pnpm run devRun linting:
$ pnpm run lint
# add --fix at the end to fix issuesRun cypress tests:
$ pnpm run testInstrumenting code using battle-hardened Istanbul:
$ pnpm run instrumentSee code coverage summary:
$ pnpm run test:covGenerate test report:
$ pnpm run test:reportGenerate test coverage report:
$ pnpm run test:covBuild:
$ pnpm run build