@rio-cloud/cra-template
v1.0.1
Published
The RIO JavaScript template for Create React App.
Downloads
4
Readme
rio-template
This is the RIO JavaScript template for RIO Create React App.
To use this template, add --template @rio-cloud/cra-template
when creating a new app.
For example:
npx create-react-app my-app --scripts-version @rio-cloud/react-scripts --template @rio-cloud/cra-template --use-npm
# or
yarn create react-app my-app --scripts-version @rio-cloud/react-scripts --template @rio-cloud/cra-template
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.