Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.14 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.14 KB

CarKart Frontend

A straightforward marketplace to buy, sell, trade, and compare used and new automobiles. Landing Page

Developed by a 7 Industrial Engineering majors from the University of Toronto.

FrontEnd Stack:

  • Vue3 (composition API)
  • Vite
  • Bootstrap5
  • Axios

To view the backend please visit: backend

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

frontend will only be functional if you run the backend simultaneously!!

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint