A simple, sane MEAN stack featuring Angular 2.
MeaningfulJS2 is written and maintained by Scott Davis, author of the IBM developerWorks article series Mastering MEAN and the several O'Reilly videos:
For more information on MeaningfulJS2, see http://meaningfuljs.com.
// install dependencies
// NOTE: runs 'jspm install' on postinstall
$ npm install
// build example
$ gulp clean build
// run example
$ gulp run