OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

Story book or similar, to run pieces in isolation #9

Open kylecordes opened 7 years ago

kylecordes commented 7 years ago

This repository shows how to compile and run each application (in a suite of several applications) as a whole, including all of the modules it references. I have in mind a mechanism to include a small amount of boilerplate around each module, and be able to run (not just compile) individual modules outside an app context.

This could greatly speed the development cycle for sprawling applications.

kylecordes commented 6 years ago

Update to the idea above: pick out some of the components and run those in isolation using Storybook.