/react-test-bootstrap

Bootstrap project for the react frontend challenge

Primary LanguageTypeScript

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