This is a bootstrap project for the react front-end test, that already contains:
- React with typescript
- Axios
- React Query
- Tailwind
- Styled Components
- Vitest (with coverage, if you wanted)
- React Testing Library
For other libs, feel free to install.
# install decencies
npm install
# run locally
npm run dev
# run tests
npm test
# run tests with coverage
npm test -- --coverage
Happy coding, and good luck 😄