- Navigate to Backend in terminal or bash and run npm update
- Navigate to Frontend in terminal or bash and run npm update
- Navigate to Backend in terminal or bash and run npm start
- Navigate to Frontend in terminal or bash and run npm start
- Frontend should open up a browser to http://localhost:7010/ you can also click that if it didn't
- Delete node_modules in both Backend and Frontend
- Navigate to Backend in terminal or bash and run npm update
- Navigate to Frontend in terminal or bash and run npm update