I built this project to practice my skills in React and learn how to incorporate Express to build a backend.
- Open a new terminal and run - cd monday-clone
- Now in the correct directory you need to start up the backend, to do this run the following in a new terminal - npm run start:backend
- Now with the backend running you need to start up the fronten, to do this run the following in a new terminal - npm run start:frontend
- React should open a new tab in your browser and localhost:3000 should appear with the site.