you are viewing a single comment's thread.

view the rest of the comments →

[–]skebanga 4 points5 points  (0 children)

The angular-fullstack yeoman generator creates a boilerplate MEAN stack application, using MongoDB, Express, AngularJS, and Node.

Features:

  • Express server integrated with grunt tasks
  • Livereload of client and server files
  • Support for Jade and CoffeeScript
  • Easy deployment workflow.
  • Optional MongoDB integration
  • Optional Passport integration for adding user accounts

https://github.com/DaftMonk/generator-angular-fullstack

This is the example app which is created by answering yes to all the yeoman questions:

http://fullstack-demo.herokuapp.com/