A starter repository with the following libraries set up and included:
- Vite
- React
- Typescript
- Eslint
- Prettier
- @emotion/react
- @emotion/styled
- msw
- @reduxjs/toolkit
- react-redux
- @mui/material
- notistack
- vitest
- @testing-library/react
Running in development mode will re-compile and hot-reload on changes.
yarn dev
yarn build
yarn serve
yarn test
In watch mode:
yarn test-watch
yarn typecheck
yarn lint