react-scripts
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
Purpose
This package enables a quick setup for internal single page applications for the RIO platform
What you get
Usage
Create new project
Choose your desired template and create the project as described in the corresponding Readme:
- Typescript (recommended)
Javascript is no longer supported
Update existing project
Just run (replace the version):
npm install --save --save-exact @rio-cloud/react-scripts@3.3.0-alpha.1
or
yarn add --exact @rio-cloud/react-scripts@3.3.0-alpha.1