To run the client:
- cd client
- npm install (this installs the dependencies. you only need to do this in the very beginning )
- npm run dev
To run the server:
- cd server
- npm install (this installs the dependencies. you only need to do this in the very beginning)
- sudo npm run dev