JavaScript

How to initialize react in the current directory?

How to initialize react in the current directory?
javascript
1234567
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 .

Понравилась статья?

Подпишитесь на нашу рассылку, чтобы получать новые статьи и обновления