2 रिपॉजिटरी
Tools and servers that facilitate the iterative development process for mobile applications.
Distinct from Native Mobile App Development: The candidates focus on native app development or curricula, not the specific server-driven developer workflow.
Explore 2 awesome GitHub repositories matching mobile development · Development Workflow Tools. Refine with filters or upvote what's useful.
Metro is a JavaScript bundler designed for React Native environments. It functions as a system for resolving dependencies, transforming source code, and packaging JavaScript and assets into bundles for execution. The project includes a development bundler server that hosts assets via HTTP and provides hot module replacement. It features a module resolver that handles platform-specific file extensions and a source code transformer that converts code into tree structures for optimization and minification. The toolset covers programmatic bundle generation, source map creation, and file system c
Runs a local development server to deliver bundles and assets to mobile devices during active coding.
Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler, and development server for mobile environments. It provides a command line interface to manage the build pipeline and serve application bundles to connected devices. The tool utilizes Webpack to compile and package JavaScript and TypeScript code specifically for React Native development. It distinguishes itself through a specialized build pipeline that transforms type-safe code into compatible JavaScript for mobile runtimes. The platform covers comprehensive build and tooling c
Provides a local development server with hot reloading to enable rapid iteration on mobile application features.