Yara is a project born out of a design crafted during my time at Perxcel Design UI/UX School. This repository contains the codebase for Yara, developed to bring the design to life.
The project utilizes Vite and React, providing a minimal setup that includes Hot Module Replacement (HMR) and a set of ESLint rules for code quality.
To enhance the development experience, Yara employs two official Vite plugins:
- @vitejs/plugin-react: Integrates Babel for Fast Refresh, ensuring a seamless development experience by enabling instant feedback on code changes.
- @vitejs/plugin-react-swc: Leverages SWC for Fast Refresh, offering a high-performance alternative to Babel with faster build times.
To get started with developing Yara, follow the instructions below:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies by running
npm install
. - Start the development server with
npm run dev
.
Enjoy building with Yara and bring your UI/UX designs to life!