DEPRECATION
This package is deprecated and the fork will no longer be maintained.react-scripts
This package includes scripts and configuration used by Create React App.Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
Purpose
This package enables a quick setup for internal single page applications for the RIO platformWhat you get
- Authentication
- Translations
- Error logs via Sentry
- Basic application layout with the RIO UIKit
Usage
Create new project
Choose your desired template and create the project as described in the corresponding Readme:- Typescript (recommended)
Javascriptis 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