- React
- Typescript
- Redux Toolkit
- Styled Components
yarn install
yarn dev
Run in development mode
yarn dev
Create production build
yarn build
Run ESLint linting
yarn lint
Run Prettier formatting
yarn format
Run TypeScript compiling
yarn compile
Serve production build locally
yarn preview