Skip to content

A metro bundler launcher for react native development written in C with GTK4

Notifications You must be signed in to change notification settings

savaughn/metro_launcher

Repository files navigation

Metro Bundler Launcher

license GitHub release (latest by date) GitHub Workflow Status GitHub issues GitHub all releases

Metro Bundler Launcher is a GTK4-based application designed to manage the Metro Bundler for React Native projects.

image

Contributing

Prerequisites

  • GTK4
  • GCC
  • macOS (for setup script)

Setup for MacOS

  1. Clone the repository:

    git clone https://github.com/savaughn/metro_launcher.git 
    cd metro_launcher
  2. Install dependencies:

    ./setup_macos.sh
  3. Build the project:

    make
  4. Run the application:

    make run

Makefile

The Makefile includes targets for building and running the project:

  • make: Builds the project.
  • make run: Runs the built executable.
  • make clean: Cleans up the build artifacts.

Contributing

  • Fork and PR, please.

License

This project is licensed under the MIT License.

About

A metro bundler launcher for react native development written in C with GTK4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published