- Install Node.Js (If not done yet)
-
https://nodejs.org/en
-
- Clone or Download the repository
- Extract the files
- Once extracted find the root folder then drag it outside
- CDSJDLV-master > CDSJDLV-master(drag this one out)
- Open Visual Studio Code
- Select the folder "CDSJDLV-master" the folder you drag outside
- Running the server
- ctrl + j
- install nodemon
npm i -g nodemon
- Install all dependencies
npm install
- Run the server.js
nodemon server/server.js
- Running the web app
- create new terminal
ctrl + shift + , - Run the web app
npm run dev
- ctrl + click the link or type this on your browser
http://localhost:5173
- create new terminal
- Make sure you installed Node.Js
- if npm is error you must first bypass your system using poweshell
- search powershell in your laptop then type this
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
- search powershell in your laptop then type this
