First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- public: images/ icons
- src
- app: Contains the main application logic and components.
- (auth)
- login
- register
- (dashboard)
- admin: super admin
- property: vendor
- (main)
- (auth)
- components: Commonly used components
- layouts
- constants: Holds all constant values used in the project.
- contexts: Contains context providers for state management.
- hooks: Custom React hooks for reusable logic.
- lib: Custom utility functions.
- models: Type definitions and interfaces.
- pages-sections: Layout structures and pages.
- theme: Defines colors and fonts for the application.
- utils: API configuration and functions for API calls.
- app: Contains the main application logic and components.