Zwilt is a job search platform that connects job seekers with employers, providing a streamlined experience for finding employment opportunities.
- Utilizes Vite for fast development and building.
- Integrates React for building user interfaces.
- Supports Hot Module Replacement (HMR) for fast feedback during development.
- Includes ESLint rules for maintaining code quality.
-
Clone this repository to your local machine.
-
Install dependencies using npm or yarn:
npm install # or yarn install
npm run dev
# or
yarn dev
Open your browser and navigate to http://localhost:3000 to view the app.