Ruphaa's Notes

How to initialize react in the current directory?

react

Creating a text project in the current directory you're in is as simple as running the below command.

npx create-react-app .

Or this when you have create react app installed globally.

create-react-app .