/custom-react-scripts

custom react scripts

Primary LanguageJavaScriptMIT LicenseMIT

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

Usage

npx create-react-app <application name> --scripts-version  git+ssh://git@github.com:miladvafaeifard/custom-react-scripts.git

Development and test proposes

linked it into other local projects in the locally global package:

npm link

your react project in the other place that should be linked to this custom-react-scripts after uninstalling the package:

npm uninstall custom-react-scripts
npm link custom-react-scripts`

Further information