This project is a clone of the Google Careers website. This project is built with Vite, Vue 3, and Tailwind CSS this project is also using Vitest for unit testing.
pnpm install
pnpm run backend
pnpm run dev
pnpm run build
Run Unit Tests with Vitest
pnpm run test:unit
Lint with ESLint
pnpm run lint