Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 1023 Bytes

README.md

File metadata and controls

82 lines (58 loc) · 1023 Bytes

SPA Web App (Vite + React + TypeScript)

Using 📦

  1. Install Packages
npm install
  1. Install husky
npm run prepare
  1. Start Project
npm start

Options ✍️

  1. Check lint
npm run lint
  1. Fix lint
npm run lint:fix
  1. Check prettier
npm run prettier
  1. Fix prettier
npm run prettier:fix
  1. Fix lint and prettier
npm run format
  1. Typescript check
npm run check-types
  1. Production build
npm run build

Other libraries used 📚

  1. Forms management
    React hook form
  2. Components library
    Material UI
  3. Styling
    Emotion Styled
  4. Async State Management
    Tanstack Query
  5. Date/time management
    luxon
  6. i18n
    react-i18next
  7. Mocking
    msw