cras
CLI to create a React Application built on UI5 React Web Components
This creates a Fiori style React application with an MTA (Multi Target Application) deployment configuration
The application runs with the managed approuter and is ready to be run on the Fiori LaunchPad
Prerequisites
- install CF cli
- install CF html5 plugin
- install mbt cli
Create
$ cras fiori
After completion go to your newly created folder
Build
In your main folder for your mta project
$ npm run build:mta
Deploy
In your main folder for your mta project
This script also does a build:mta
$ npm run deploy:mta
Dev:
test: node . fiori test global:
- npm install -g .
- cras fiori