Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Desenvolvendo webapps modernas com Yeoman
Search
Diogo Beato
September 23, 2014
Programming
0
260
Desenvolvendo webapps modernas com Yeoman
Slides para apresentação sobre o Yeoman no papo reto da Bluesoft
Diogo Beato
September 23, 2014
Tweet
Share
More Decks by Diogo Beato
See All by Diogo Beato
Cloud Native Banking
diogobeato
1
91
Testando Models
diogobeato
0
35
Logging proativo com ELKW
diogobeato
0
240
Isomorphic Javascript
diogobeato
0
160
Fundamentos da JVM
diogobeato
0
330
MinMax
diogobeato
0
97
TDC - Breaking Build
diogobeato
0
79
Breaking Build
diogobeato
0
250
Boas Práticas em APIs REST
diogobeato
2
740
Other Decks in Programming
See All in Programming
Le côté obscur des IA génératives
pascallemerrer
0
150
Cursorハンズオン実践!
eltociear
2
1.1k
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
1
350
CSC509 Lecture 05
javiergs
PRO
0
300
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
900
XP, Testing and ninja testing ZOZ5
m_seki
3
670
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
840
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
390
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
430
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
490
Claude Agent SDK を使ってみよう
hyshu
0
360
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
Git: the NoSQL Database
bkeepers
PRO
431
66k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Leading Effective Engineering Teams in the AI Era
addyosmani
5
430
Building a Scalable Design System with Sketch
lauravandoore
463
33k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Done Done
chrislema
185
16k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Music & Morning Musume
bryan
46
6.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Transcript
None
None
Workflow Bower • adiciona o Bower • configura o Bower.json
• instala as dependências • adiciona o package.json • Instala o Grunt • Configura o Grunt Workflow Grunt to be continued ...
None
None
yo <generator>
npm install -g yo generator-webapp generator-angular generator-jquery generator-express generator-polymer
npm install -g generator-webapp mkdir my-new-webapp/ cd my-new-webapp/ yo webapp
Considerações Finais • Me ajudou a estudar novas ferramentas •
Comece pelo Gruntfile • Scaffolds para outras tarefas • Projeto Opensource - yeoman.io/contributing/ - github.com/yeoman/
That's All Folks divecch.com @diogo_vb7