GitHub-ReadMe icon indicating copy to clipboard operation
GitHub-ReadMe copied to clipboard

🚀 [New Feature_WebApp] - Migrate the WebApp to vite from create-react-app

Open Palakkgoyal opened this issue 1 year ago • 6 comments

Description of the enhancement. ✍🏻

Vite is the prescribed way to use React app as it is very efficient and fast. So, moving from create-react-app to vite will make the website more efficient, light-weight and fast.

Describe briefly how you would implement this enhancement.

Some steps to implement this enhancement-
1. I will create a new branch and initialize vite there
2. Then, I will set up the package.json file and list all the necessary dependencies and check if they are all compatible with each other
3. When everything works fine I will send a PR.

Screenshots Example (if applicable)

No response

Additional information

No response

Contributor terms

  • [X] I agree to follow the Contributing Instructions

Palakkgoyal avatar Jun 03 '23 08:06 Palakkgoyal