How can I change ReactJS project(folder) name, simply rename the folder name from routing(folder) to react-routing-example(folder).
I found few renaming questions in this stack overflow but they are related to React-native but not Reactjs.
Edit 1: while creating a reactjs app.. i followed the following command:
npm create-react-app router
Here router is my folder name.Now I want to change that name to react-router-example
Thanks in advance.