@rio-cloud/react-scripts

RIO Configuration and scripts for Create React App.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@rio-cloud/react-scripts
4.0.4-alpha.2a year ago4 years agoMinified + gzip package size for @rio-cloud/react-scripts in KB

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:

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