@rio-cloud/cra-template-typescript

2.1.6 • Public • Published

rio-template-typescript

This is the RIO TypeScript template for Create React App.

To use this template, add --template @rio-cloud/cra-template-typescript when creating a new app.

For example:

npx create-react-app my-app --template @rio-cloud/cra-template-typescript --use-npm

# or

yarn create react-app my-app --template @rio-cloud/cra-template-typescript

For more information, please refer to:

Migration from version 1.x.x

Version 1.x.x used to work with --scripts-version @rio-cloud/react-scripts. This package is no longer needed and you can use the standard react-scripts package:

npm uninstall @rio-cloud/react-scripts
npm install --save --save-exact react-scripts@4.0.3

Remove all occurences of --scripts-version @rio-cloud/react-scripts in your package.json scripts.

Package Sidebar

Install

npm i @rio-cloud/cra-template-typescript

Weekly Downloads

28

Version

2.1.6

License

MIT

Unpacked Size

89.2 kB

Total Files

67

Last publish

Collaborators

  • defaude
  • rioclaid
  • rio_cop_frontend
  • rio_team_ctc