Official react plugin for zcatalyst-cli
!catalyst
!npm
!Snyk Vulnerabilities for npm package
!license
The official plugin for Catalyst CLI to develop and deploy React Applications with Catalyst.
ZCatalyst-CLI: To install ZCatalyst-CLI with npm, use this command
``bash`
npm install -g zcatalyst-cli
Check this documentation to get started with React in Catalyst
> Note: zcatalyst-cli of versions 1.11.0 and above supports this plugin.
>Note: When setting up the React App from ZCatalyst-CLI the CLI will take care of the configuration process.
Installation
`bash`
npm install zcatalyst-cli-plugin-react -g`
_catalyst.json_json`
{
"client": {
"source": "react-app",
"plugin": "zcatalyst-cli-plugin-react"
}
}
Installation
`bash`to be executed within the React App directory
npm install zcatalyst-cli-plugin-react --save-dev
_catalyst.json_
`json``
{
"client": {
"source": "react-app",
"plugin": "react-app/node_modules/zcatalyst-cli-plugin-react"
}
}