- React
- Typescript
- Redux Toolkit
- RTK Query
- Styled Components
- Tailwind CSS
- Openweathermap API
Install dependencies
yarn install
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