Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 241 Bytes

React + Vite

Commands:

When first cloning repo and are in the root directory:
npm install
npm run dev

Open and new terminal while the first terminal is running and do:
cd backend
npm install
npm start