Saturday 25 February 2017

Attempt at creating an MVC style starter template with angular 2 components - looking for critiques/suggestions.

Hi All,Looking for critiques/suggestions on the MVC/Angular2/EJS starter template I created: http://ift.tt/2lHHRHI from a corporate background there is alot of hesitation in using node.js due to node having a more fluid design than the other major corporate web application (ASP.NET). This is my attempt to add some rigidity by forcing an MVC pattern, and creating a more organized folder structure.Please let me know what you think - highlights: -MVC structure -EJS for templates and partials similar to ASP.NET creating a more uniform page -Bootstrap -Angular 2 components which are located in the components folder, auto compilation on NPM startuse npm install then npm start to run the application. Running the application isn't much help as there is only one page with an example angular 2 component; just looking on suggestions of structure and layout.Thanks! Dan

Submitted February 25, 2017 at 11:18PM by wcom939

No comments:

Post a Comment