Original address: http://yeoman.io/codelab/review-generated-files.html
Open the Mytodo folder and you will see the scaffolding now. As shown
In the Mytodo folder, we can see
App: The parent folder of the application
Index.html:angular the underlying HTML file for the application
404.html, Favicon.ico and robots.txt: Generic Web File
Scripts: Your own JS file
App.js: Our main angular application code
Controllers: Our own angular controller
Styles: Our CSS file
Views:angular Templates Folder
Bower_components and Bower.json: Our JavaScript and web dependent files, Bower will install these
Gruntfile.js,package.json and Node_modules: The configuration and dependency files we need to grunt tasks
Test: A testing scaffolding that can test our applications, including test cases
Using Yeoman to build AngularJS applications (6)--Let's build a Web application (2016-04-20-15:38)