How to create a React app directly in the current folder ?

How do you create a React app directly in the current folder or in the same folder you are already in? It is straightforward but sometimes it gets out of the mind. The quick and fastest way. Solution: You can create a new React app in the current directory by writing...