Making changes to your local app
You can make changes to the app's source code and run the app locally in your browser to view your changes in the user interface. You can make changes in the following ways:
- Script changes: Edit existing scripts or create new ones. To save your changes, see Making script changes to your local app.
- UI changes: To make changes to the user interface by adding new pages, editing React components, or creating new components, see Making user interface changes to your local app.