Setup Yeoman in Windows PowerShell
1. Download Node.js and install it and make sure you have the npm package manager selected before the installation. 2. Open PowerShell and verify the npm installation. 3. Also verify if you have...
View ArticleBuild an AngularJS webapp using Yeoman
We get the Yeoman working last time. Setup Yeoman in Windows PowerShell Now, we can use Yeoman to scaffold a AngularJS project. =) 1. Install the angular webapp generator. npm install -g...
View ArticleManage your project dependencies using Bower
Let’s continue our tour on Yeoman. Setup Yeoman in Windows PowerShell Build a AngularJS webapp using Yeoman Bower is a tool to manage your js dependencies of your project. you can find out all the...
View ArticleYeoman – Setup AngularJS and Foundation 5 with Sass
The generator-angular written by the Yeoman team comes with Bootstrap integration. But instead of using Bootstrap, i would like to use Foundation 5 with Sass. The following example is created under...
View Article