Configuration and scripts for Create React App.
npm install react-scripts-winnincustom-react-scripts(link). But with only some of the configurations and dependencies.
npx:
npx create-react-app my-app --scripts-version react-scripts-winnin
cra:
create-react-app my-app --scripts-version react-scripts-winnin
.env file in the root of the generated project to enable/disable any given feature.
npm install this project. It won't do anything.
npm run test command. It will pack the files into a tgz and install it on a test-cra folder in this project's root. Then you can try to run the project from that folder.