DEV Community

Discussion on: Any easier way to create react app?

Collapse
 
pankajpatel profile image
Pankaj Patel

You can first install globally and then initialize your project.

npm i -G create-react-app

With this, the first install might be similar but next installs will be faster.