Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 505 Bytes

File metadata and controls

31 lines (22 loc) · 505 Bytes

🚢 Shipwell React Test Bootstrap

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.

Usage:

  # 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 😄