akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

Serving bundle from spring boot app rather than from a separate nodejs #84

Open bagerman opened 3 years ago

bagerman commented 3 years ago

I just bought e-commerce bundle and noticed that backend and frontend served from different servers - embedded spring boot and nodejs for the front end. Is there a way to combine them under the same "umbrella" and to be served by spring boot to simplify deployment?