Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 479 Bytes

File metadata and controls

24 lines (22 loc) · 479 Bytes

set up the application on your local machine

Go to the back end

```dotnetcli cd server ``` on the terminal ```dotnetcli composer install npm install ```

Go to the front end

cd client

on the terminal

npm install
npm i axios react-router-dom

reminder

Don't forget to regularly run git pull as someone can make changes on the remote repository check the package.json file dependencies and then install any new dependencies