0

Idk but it take too long too settle things ...should i install it globally -g? It installs react,react-dom too everytime ..if i'd install react globally will it reduce time?

  • of course. That will make it easy for you. – ahmed Feb 16 '21 at 06:42
  • Hello, welcome to StackOverflow. In order to increase your chances of receiving a positive response to your query please read and consider the points raised in the [how to ask](https://stackoverflow.com/help/how-to-ask) section of this site. – Andrew Hardiman Feb 16 '21 at 08:54

1 Answers1

0

Keep a git repository which is a bare CRA app. Whenever starting a new project copy over the files. I particularly like this for typescript projects where I set up ESlint the way I prefer then save it to a project starter repo.

im_baby
  • 912
  • 1
  • 8
  • 14