Made some modification to yeoman's angular-fullstack generated files to allow multi-tenancy. A SaaS architechture to allow sub-domain specific database and socket connection.
- Checkout the project.
- Inside your terminal/cmd run below commands from the root directory of the project.
- npm install
- bower install
- grunt serve
Make sure you have MongoDb running.