This uses Vite.js with TypeScript and ESLint enabled. Use npm start to run a live dev build, or npm run build to compile a production build.
Updating Routes:
Routes are essentially objects in the BrowserRouter array in the main.tsx file. You can add a route by adding another object with a path and a element with a new route string argument. You can update a route by simply updating the path and route string argument as well.
You will also need to add/update the following:
App.tsx: add/update IF block in useEffect for [route]