Skip to content

This is clone for google careers with vue.js tailwindcss and typescript with high test coverage focus on unit tests and behavior.

Notifications You must be signed in to change notification settings

AhmedHelalAhmed/google-careers-clone

Repository files navigation

Google careers clone

This is clone for google careers with vue.js tailwindcss and typescript

with high test coverage focus on unit tests and behavior.

Technologies, Tools and packages

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Run Backend server

npm run backend

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Run tests

npm run test:unit

Prepare environment variables

cp .env.example .env.development.local
cp .env.example .env.test.local
cp .env.example .env.production.local
# change the value to be like that
VITE_APP_API_URL = http://127.0.0.1:3000

About

This is clone for google careers with vue.js tailwindcss and typescript with high test coverage focus on unit tests and behavior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published