This is the frontend for the Flask/React project. Note that it has no styling applied. You can copy the .css files from your Authenticate Me project into the corresponding locations in the react-vite folder to give your project a unique look.
To run it:
cd
into the react-vite folder.- Run
npm install
to install dependencies. - Launch it with
npm run dev
. - In your browser, navigate to
localhost:5173
.
Don't forget to run npm run build
before merging your work to your production
branch!