We are starting a new project and not a lot of our engineers have relevant Angular.js experience. I would like to quickly start on a good base and best practices. I am looking for something that can be a good model and maybe something that build the boilerplate code. I would also like something that can last and be update over time.
I looked at the MEAN stack articles. I am not in any way attached to mongodb and we are not probably going to use it. We have a REST backend and we may not need any persistence on the node.js side. All the calls will likely go directly from the browser to the API. So maybe the node part may just end up being a dumb static file server but I want to be ready if we need more. I was looking at http://mean.io but the code at https://github.com/linnovate/mean does not seem very mature. After playing with it for a few hours I feel that I may want to use something else. https://github.com/yeoman/generator-angular is pretty good but somebody told me that I should not use it. http://joshdmiller.github.io/ng-boilerplate seems is promising. Maybe it is an overkill. but those are the generators that I found so far that are "full stack": - https://github.com/jrcryer/generator-mean - https://github.com/jackrabbitsgroup/generator-mean-seed - https://github.com/wlepinski/generator-meanstack I am not sure if I want to test them all. Do you have any suggestions? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
