Skip to content

[WIP] An example micro frontends project in Flutter.

License

Notifications You must be signed in to change notification settings

dhianapereira/micro-frontends-example

Repository files navigation

[WIP] Micro Frontends Example

An example micro frontends project in Flutter.

- PACKAGES/
  - BASE_APP/
  - CORE/
  - DEPENDENCIES/
  - MICRO_APPS/

Development Environment

To avoid issues, it's advisable that your development environment is equipped with the following versions:

Tool Version
Git latest
Flutter (channel stable) 3.22.0

Installation Guide

Before you start, ensure you have the following installed and configured on your machine:

  • Flutter: Follow the official Flutter installation guide to set up Flutter.
  • Melos: It's a CLI tool for managing monorepos in Dart & Flutter. Follow the official Melos installation guide to set up Melos.
  • ADB (Android Debug Bridge): ADB is a versatile command-line tool that lets you communicate with a device. It is included in the Android SDK Platform-Tools package. Follow the official instructions to install ADB.

With the tools properly installed, execute the commands below:

1. Clone repository

git clone https://github.com/dhianapereira/micro-frontends-example.git

2. Go to the project folder

cd micro-frontends-example

3. Run the app

Start a mobile device emulator or connect your smartphone to the computer. Ensure that your device has USB debugging enabled. Run the application on your connected (or emulated).

About

[WIP] An example micro frontends project in Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Languages