December 2014
Intermediate to advanced
214 pages
4h 6m
English
As already mentioned before, we use as tools as possible that streamline our development process of web applications.
We will start from scratch, using a Yeoman generator called MEAN.JS.
Let's begin; remember that you can download the sample files and follow our evolution. However, I strongly recommend that you follow refactoring step by step for a better understanding.
meanjs-generator, open the terminal inside it, and type:
npm install -g generator-meanjs
The -g key means general, and you'll need to be the administrator of your machine. Now, we have what we need: the generator.
yo meanjs command and follow the instructions and fill in the answers; the text in light blue is the answer that ...Read now
Unlock full access