It is to introduce the development process using the yeoman, in particular, angular. I am writing at the discretion of its own relationship of angular and Web components in the second half.
4. HTML5 Architectures
Page Display
Page Generation
Logic & State
Data
Database
User Interface
Interface
Management
Logic & State
Data
Integration
APIs
HTML5
(Single-page Application)
Browser
App Server
OLD Web
HTML & CSS
JavaScript
JSON
57. YEOMAN S GENERATOR
Yeoman generator for creating MEAN
stack applications, using MongoDB,
Express, AngularJS, and Node - lets
you quickly set up a project following
best practices.
MEAN
generator-angular-fullstack
58. MEAN Stack - feature
Write one language
With MongoDB and Mongoose, easy and flexible data validation
With NodeJS, never need threads
With AngularJS, dynamic client-side templates
59. Exchange of Simple Data
User Interface
Interface
Management
Logic & State
Data
Integration
APIs
Browser
App Server
JSON
[{
"url": "https://atnd.org/events/54374",
"date": "2014/09/28 10:00∼18:00",
"title": "JavaScriptフレームワーク・ハッカソン",
"venue": "html5jエンタープライズ部"
}]
[{
"url": "https://atnd.org/events/54374",
"date": "2014/09/28 10:00∼18:00",
"title": "JavaScriptフレームワーク・ハッカソン",
"venue": "html5jエンタープライズ部"
}]
[{
"url": "https://atnd.org/events/54374",
"date": "2014/09/28 10:00∼18:00",
"title": "JavaScriptフレームワーク・ハッカソン",
"venue": "html5jエンタープライズ部"
}]