Helps people organize their work
To run this project, install it locally
- Clone repository
- Navigate to the project directory
- Install and run:
yarn install
yarn devor
npm install
npm run dev- Run tests
yarn test- Clear jest cache
yarn test:clear- React Effector Typescript Firebase
- Geist-ui Linaria
- Webpack
Project designed by FeatureSliced
app- application initializationentities- business entitiespages- application pagesfeatures- parts of the application functionalityshared- reused infrastructure code
└── src/
├── app/
├── pages/
├── entities/
├── features/
├── shared/
├── widgets/
└── index.tsx/