How to create a React app directly in the current folder November 27, 2022 by Tarik You can create a new React app in the current directory by writing . instead of a project name. create-react-app .