/microfeatures-example

A sample project implementing Microfeatures architecture

Primary LanguageSwift

Microfeature example project

This is an example implementation of the Microfeature architecture showcasing an food ordering application using tuist.

Corresponding blog post: Scale up your app with Microfeatures

Local setup

Install tuist

curl -Ls https://install.tuist.io | bash

Generate project files

tuist generate

Open project

xed "Microfeature Example.xcworkspace"