Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 212 Bytes

Readme.md

File metadata and controls

17 lines (9 loc) · 212 Bytes

Frontend with Vite App

cd frontend

npm install

npm run dev

Backend with Node.js

cd server

make .env file and store MONGO_URI

npm install

npm run dev