3.0.1-a • Published 5 years ago

captor-react-scripts v3.0.1-a

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-scripts

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

How to use the captor-react-scripts

To create a new app run:

npx create-react-app <app-name> --scripts-version captor-react-scripts

Or change to captor-react-scripts in an existing app. Change in package.json

  "dependencies": {
    "react-scripts": "x.x.x",
    "react": "^x.x.x",
    "react-dom": "^x.x.x"
  },

to

  "dependencies": {
    "captor-react-scripts": "x.x.x",
    "react": "^x.x.x",
    "react-dom": "^x.x.x"
  },

Fork instructions

Follow this guide