-
One of my favorite things with Yii is the Gii (Generator). With a few clicks I could simply add a few Models/Controllers/Views (or all of the above), then build/customize those. MeanJS uses the Yeoman/Yo generator to make this happen. After installing Yeoman generator (which I believe we already installed when...
-
A few weeks ago I introduced MEAN.JS, which is a modern Stack based on Node. This post will be covering the installation process, since you have to start at the beginning :) First, to make sure we have all the prerequisites: node.js - this is the server, the replacement for...