- Clone the repository
- Go on the 'server' folder
yarnTo install all the server dependencies. If you don't have yarn installed, install it vianpm i -g yarn.yarn startto start the server. It will run on the port 4000. You don't need to change anything here.
- When the server is started, go on the 'angular-app' folder
yarnTo install all the dependencies.yarn startTo start the website locally.- Navigate to http://localhost:4200/ To see the Angular app running, full of bugs.
- Access the 'angular-app' directory in this repository to access the specific Readme for the Angular part.
- When the server is started, go on the 'react-app' folder
yarnTo install all the dependencies.yarn startTo start the website locally.- Navigate to http://localhost:3000/ To see the React app running, full of bugs.
- Access the 'react-app' directory in this repository to access the specific Readme for the React part.