jherr / create-mf-app

CLI app to create Module Federation applications
MIT License
730 stars 84 forks source link

Production Ready steps #76

Closed marcomanzi closed 6 days ago

marcomanzi commented 6 days ago

I would love to understand what would be the best approach to make a starter that is also production ready. What is it missing?

jherr commented 6 days ago

These aren't designed to be deployed in production. They are missing lots of the basics (unit tests, e2e tests, logging, etc.) This CLI app is meant to build applications that you can use to test different Module Federation architectures. You are free to use them as a starting point to eventually create a production app, but that's not the point of this CLI.