React/Frontend: https://airbnb.io/javascript/react/
TypeScript: https://google.github.io/styleguide/tsguide.html
npm run format
npm run lint
*Also recommended to install the ESLint and Prettier VSCode extensions
Open two terminals and traverse to frontend directory on one and backend directory on the other
Starting Frontend: npm run dev
Starting Backend: npm run dev