A small cli tool to help scaffold a module federation app
If the app has has helped you, please consider giving it a ⭐️
create-mf-app is a small cli program written in golang to scaffold a module federation app with react. It allow you to avoid a lot of the hassle of setting up the project, and just lets you get straight to creating your new react app
Both mac and linux homebrew can be used so just tap into the formula and install it
brew tap nogen-app/create-mf-app
brew install create-mf-app
If you want you can always download the binaries yourself, directly from github releases right here Download the latest release
- go 1.15 +
go get -u github.com/nogen-app/create-mf-app