Front end only project?

Hello everyone,

Is it possible to use Radzen for frontend only projects and deploy to a Nginx server?

I don't want to use .Net or VB .. on Backend I use JAVA.

Thank you!

Yes, you can create Angular only application without backend.

Hi stuff,

Thanks! But what is the correct way to build the frontend project?

In my test I went to the project folder using prompt (windows), I typed "npm run build", it generated the "dist" folder as expected, I deployed it to "nginx" but when accessing the browser, it displayed an IIS error , as if it depended on IIS, does that make sense?

What does IIS error mean? The Angular application which Radzen produces does not depend on IIS. Here is how to manually build and deploy.