Lighter version of the MEAN stack with some extras
Simply clone directory then run "npm install" and "bower install". The basic install runs on port 3000 on localhost. In terminal, navigate to the project folder and run "node server.js". In the browser navigate to localhost:3000 and you'll see the default landing page with a working Socket.IO example running.
Some differences from Linnovate's stack are:
- Use of EJS for server templating/routing
- Use of Angular Seed
- Socket.IO integration setup in controllers and factories, working in demo
- Factory samples included
- Bower components folder dependency
- No SASS support (can easily be added, I'm a LESS guy)