As a developer, I want to change the project structure from create-react-app that uses webpack to use vite to create the structure of the front-end, so that the project has less overhead and is easier to run.
Acceptance Criteria
[ ] All client code is incorporated in the new template
[ ] The front-end runs with no errors and can fetch data from the back-end
User Story
As a developer,
I want to change the project structure from create-react-app that uses
webpack
to usevite
to create the structure of the front-end,so that the project has less overhead and is easier to run.
Acceptance Criteria