Skip to content

mcmc2010/react-scripts-cli

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published