Design components for Catalyst framework

103 Views Asked by At

After three years spent using Angular I decided to go back to one of my first loves, Perl (99% back-end). More than that, I want to create my first public website using the Catalyst Framework.

Is there any design components package available for Catalyst Framework? Something similar to Angular Material.

Any hint or suggestion is appreciated.

KI

1

There are 1 best solutions below

0
Miguel Prz On

If you have experience working on Angular, you can take advantage of it, and build your SPA interface with:

  • Angular at the frontend
  • Perl (with your favorite framework, like Mojolicious, Catalyst, Dancer2, ...) at the backend (RESTful web service).