🍰 Architecture design guidelines
- UI:
react
,react-native
,expo
, - Data model:
zustand
, - Requests:
ky
, - Lang:
typescript
- Lint:
prettier
,eslint
- Architecture:
feature-sliced
We've set up a pre-commit hook to automatically check our code for type errors using TypeScript. This helps maintain consistent code quality and catch issues early in the development process.
run command npm run prepare