captor-react-scripts
TypeScript icon, indicating that this package has built-in type declarations

3.0.1-a • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i captor-react-scripts

Weekly Downloads

2

Version

3.0.1-a

License

MIT

Unpacked Size

156 kB

Total Files

46

Last publish

Collaborators

  • tornord