Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 1.86 KB

README.md

File metadata and controls

83 lines (60 loc) · 1.86 KB

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