- Search in your project wherever the old name is used.
- In Visual Studio Code search can be done by using the search bar provided.
- Replace old name with your new name.
- Rename the project folder name as well and you are done.
- If some error occurs while running your project , delete the node_modules and
do “npm install”.Everything will be fine and running again.