- 📦 Node.js >=16
- 📦 Yarn >=1
First, use the following:
git clone https://github.com/MR-Mostafa/ecobin-frontend-test.git
cd ecobin-frontend-testAfter that, follow these steps to clean the git history and install the dependencies:
yarn install # Install all dependencies
yarn run dev # Run the development server:Open http://localhost:5173 with your browser to see the result.
For Set Proxy, please see and edit the proxy field in file .vite.config.js
To learn more about React.js, take a look at the following resources:
- React.js Documentation - learn about React.js features and API.