Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 414 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 414 Bytes

Trovi Front-end

This project uses JSON-Server for a mock backend.

Install Dependencies

npm install

Run JSON Server

The server will run on http://localhost:8000

npm run server

Run Vite Frontend

Vue will run on http://localhost:3000

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview