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

4.1.5 • Public • Published

react-scripts-cli

Basic Usage

1) Replace react-scripts calls with rescripts calls

"scripts"{
-   "start": "react-scripts start",
+   "start": "react-scripts-cli start",
-   "build": "react-scripts build",
+   "build": "react-scripts-cli build",
-   "test": "react-scripts test",
+   "test": "react-scripts-cli test"
  }

Version

4.1.1

This package includes scripts and configuration base on Create React App.
If you're using an older version, visit version 4.0.1.

4.0.1

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.1.5
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.1.5
    4
  • 4.1.3
    3
  • 4.1.2
    3
  • 4.1.1
    2

Package Sidebar

Install

npm i react-scripts-cli

Weekly Downloads

7

Version

4.1.5

License

MIT

Unpacked Size

129 kB

Total Files

25

Last publish

Collaborators

  • flyapple