- Install Packages
npm install
- Install husky
npm run prepare
- Start Project
npm start
- Check lint
npm run lint
- Fix lint
npm run lint:fix
- Check prettier
npm run prettier
- Fix prettier
npm run prettier:fix
- Fix lint and prettier
npm run format
- Typescript check
npm run check-types
- Production build
npm run build
- Forms management
React hook form - Components library
Material UI - Styling
Emotion Styled - Async State Management
Tanstack Query - Date/time management
luxon - i18n
react-i18next - Mocking
msw