I am creating an enterprise app with many, many react.js apps, angular.js apps, android apps etc...
If I use :
npm install -g create-react-app
It gives me a project with a size of 100MB or less. I don't need most of the libraries in this sample. I just want to create react app with 10MB maximum size.
What should I do to get a very simple project with the minimum amount of dependencies in React, the simple project that programmers can understand and read easily is my first priority.