NativeScript applications are structured with a app directory at the root. This directory contains the application’s core components.
Key files and directories include:
app.tsorapp.js: The main application file, responsible for bootstrapping the application.package.json: Contains metadata about the application, dependencies, and build configurations.App_Resources: Platform-specific resources (icons, splash screens) for Android and iOS.components: Directory for reusable UI components.views: Directory for individual pages or screens of the application.