- Simple blog site on entry level MEAN Stack development
- Starting point on full MEAN Stack project development
- Instead of using mean.io / meanjs.org, I feel like learning every single piece of the stack before advancing to well community supported framework.
- Simple User Authentication on local user registration / login
- Simple User 3rd party social media connect / login implementation
- Simple Blog edit
- Simple User profile edit
- Simple Blog listing display
- ...a lot to be done to kill
"Simple"to "Fully Functional"
- Bring back Express.js 4+ with up to date server.js server side handling
- Better environment configuration variables handling
- lodash is in (but need a better reason to keep)
- updated package.json
- Updated middleware handling in Express.js
- Updated simple AngularJS factory service on utility function (Hello, World! level)
- grunt is in with some css minified and all front-end js uglified
- Ugly but working
Need to make this simple...
$ npm install
$ bower install