I understand that the typical Nova installation need not be heavily intertwined with an existing Laravel application, but I'm trying to figure out how if it would be straightforward to create a Nova app which is essentially a front end for an existing REST API built on Laravel.
Should it be reasonably easy (and a sound approach) to consume the existing admin functions in the API with a separate Laravel + Nova app instead of installing Nova alongside the existing API?