(WIP) Default React App Setup

When the React app is initially downloaded during the create command, the following changes are made:

  • pushToManagedPackage is added to the package.json as a script command

    • scripts/managedPackage.js is added to the react application for command execution

  • react-app-rewired is added as a dev dependency

    • config-overrides.js is added to the react project to configure react-app-rewired

  • /public/app.main.js is added to the react project

    • source file: /reactforce-templates/templates/react

Last updated