Run the folowing commands in main project folder:
-
cd web-client -
npm install
Run the following commands in main project folder:
-
cd server -
npm install
In order to start the project for development run the following command in both folders seperately:
npm run dev