miladvafaeifard / custom-react-scripts

custom react scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

custom react scripts

License:MIT License


Languages

Language:JavaScript 93.0%Language:TypeScript 3.6%Language:HTML 1.9%Language:CSS 1.6%