Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular Boilerplate [closed]

There seem to be quite some angular.js boilerplate-kits to get started; angular-seed, some using requirejs and so on, but lots of the ones I found appear to be quite dated. Being new to angular: is there any boilerplate "to go", something hyped everybody uses? I'm looking for a good, proved way to give my app structure.

Things I could find so far include

  • yeoman/generator-angular
  • angular/angular-seed
  • CaryLandholt/AngularFun
  • angular-app/angular-app
like image 726
zimt28 Avatar asked Jul 03 '13 16:07

zimt28


2 Answers

I agree with finishingmove, it depends on your project.

I'm a huge fan of ng-boilerplate.

It has an awesome modular structure. I prefer it over to stacks or sock drawer.

like image 142
Will M Avatar answered Nov 06 '22 14:11

Will M


There is no one correct way to structure every application. And definitely nothing more mainstream than what you've already found.

Start from that and work your way towards what's optimal for your current application. I would recommend a simpler structure at first (naturally separate vendor from application files, CSS etc.), then refactoring as you go along.

like image 9
holographic-principle Avatar answered Nov 06 '22 16:11

holographic-principle