This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Open the project folder and enter in the terminal yarn install to install dependencies.
- Download and install dependencies/run the backend project in the folder specified in the instructions document.
- PD: The backend provided has an error:
- In the controller for create a new user, you need to add the following sentence: "roles: req.body.roles", so the user list can retrieve the roles array. In the current one, there'll be an error, because roles fill be undefined.