Create AngularJS app structure using Yeoman

Posted by itungnt on Wednesday, May 18, 2016

For AngularJS beginners who don’t know how the Angular app structure should be or for the Angular Dev who want to faster create new Controller or just start an local web server for testing or don’t know how to add the Angular Unit test. Yeoman will help.

Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

Required: NodeJS, Grunt

Installation

Usage

Generate new Controller and View

Run

Run Test

Build


comments powered by Disqus