@rio-cloud/react-scripts
v4.0.4-alpha.2
Published
RIO Configuration and scripts for Create React App.
Downloads
109
Keywords
Readme
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 platform
What 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)
- ~~Javascript~~ is no longer supported
Update existing project
Just run (replace the version):
npm install --save --save-exact @rio-cloud/[email protected]
or
yarn add --exact @rio-cloud/[email protected]