Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 198 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 198 Bytes

Fixit Fast Repairs

Installation

Vue3:

cd client
npm install

Express API:

cd server
npm install

Running the app:

cd client
npm run dev

cd server
node server.js