UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Frontend Framework Config: Change the framework from create-react-app to vite #176

Closed fungame2270 closed 2 months ago

fungame2270 commented 3 months ago

Describe this Change

This change aims to correct the usage of react to follow the recommendation in the react documentation Can I use React without a framework?.

Proposed Solution

Create a new vite project and install all used dependencies, copy all src files and run the project using docker update all docker composes and env variables.

Other Information

N/A