aws-samples / aws-iot-kickstart

Connect and deploy IoT devices on AWS IoT Core in minutes and start generating immediate business value!
Apache License 2.0
21 stars 17 forks source link

Investigate adopting nx.dev as project framework #14

Open JeremyJonas opened 4 years ago

JeremyJonas commented 4 years ago

The build framework https://nx.dev/ looks very promising for improving many aspects of this project and enable modularizing the UI components into web-components that could lead to decoupling from angular directly. The key benefit promoted by the project is improved build/test times by targeting only the "affected" code and deep control over the dependencies between packages with the workspace.

Key Benefits: