perl-dancer-angular-seed icon indicating copy to clipboard operation
perl-dancer-angular-seed copied to clipboard

A seed for new projects that uses Perl Dancer on the back end and Angular on the front end.

Results 12 perl-dancer-angular-seed issues
Sort by recently updated
recently updated
newest added

hi Jacques, I just setup the clone following the README, the default Dancer1 is ok. But I want to use Dancer2, then I change the bin/app.pl and lib/MyApp.pm to use...

bug

Be clear on what package is needed

enhancement

The seed can be used without node. But if you have node installed, the seed is pre-configure to dowload front end packages with bower and deployment with grunt.

need to find out what are the most popular Dancer plugins so we can add templates in config.yml

Write a basic schema to use

Add my init.rc script to run the perl dancer app as a service. Add the apache configuration (as a proxy).

Authentification check in a before hook. REST API to be consumed by AngularJS Resource.