I'm just a newbie in this field, I mean at the development of web apps using javascript.
I was learning how to use NodeJS + express on the backend, but at the same time I was trying to go ahead with the use of AngularJS on the front-end. I also installed yeoman for the scaffolding of the app; actually I was using generator-angularexpress.
So, my question is: which generator do you consider to be the best one for the scaffolding of the web app, keeping in mind that I want to build a MEAN stack?
Thank you folks!
I'm just a newbie in this field, I mean at the development of web apps using javascript.
I was learning how to use NodeJS + express on the backend, but at the same time I was trying to go ahead with the use of AngularJS on the front-end. I also installed yeoman for the scaffolding of the app; actually I was using generator-angularexpress.
So, my question is: which generator do you consider to be the best one for the scaffolding of the web app, keeping in mind that I want to build a MEAN stack?
Thank you folks!
Share Improve this question asked Oct 10, 2013 at 4:25 Mario ViapianoMario Viapiano 971 silver badge6 bronze badges4 Answers
Reset to default 2If you are just getting started. I'd remend angular-express-seed: https://github./btford/angular-express-seed
And here is a related tutorial using the seed project to build a blog http://briantford./blog/angular-express.html
Here is a prehensive parison of generators that use Angular.JS.
http://www.dancancro./parison-of-angularjs-application-starters/
Best available mean stack generator(as on date and as per me) : https://npmjs/package/generator-mean
I prefer Angularjs Fullstack Generator after reading and exploring the options mentioned in this article.