## Overview
The setup process for this project is straightforward and user-friendly, requiring minimal steps to get everything up and running. Whether you prefer using Yarn or npm, the instructions are clear and easy to follow, making it accessible for developers with various backgrounds. The simplicity of installing dependencies and starting the project allows you to focus more on development rather than setup challenges.
## Features
- **Quick Dependency Installation**: Install essential packages using Yarn or npm with simple commands, streamlining the setup process.
- **Global Access to json-server**: Easily run a mock server by installing json-server globally, which allows for seamless data handling during development.
- **Customizable Port**: The ability to specify a custom port (4000) for json-server, enhancing control over your development environment.
- **Built-in Admin Credentials**: Easy login using default credentials (Email: admin@admin.com, Password: 1234) for quick access to the admin interface.
- **Efficient Build Process**: The project includes a straightforward build and start command that ensures the application is optimized and ready for use.
- **Multi-terminal Support**: The instructions suggest using multiple terminals for running different commands, promoting a smooth and efficient workflow.