React components
The user interface consists of React components, which are stored in the app.ipaCore folder.
Editing React components#
If you want to edit existing React components without editing any scripts, simply make the changes in your project, then run npm run watch and view your changes at http://localhost:8086/reference in a private browser.
If your edits to an existing React component involve editing existing scripts or adding new scripts, to save these scripts, complete the steps in Making script changes to your local app.
Adding new React components#
When you create a new component, add the component files, such as a jsx file and its css file, to the app.ipaCore.components folder.