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
Getting started with MeteorJS
Search
Paulo Rodrigues
January 28, 2016
Programming
0
17
Getting started with MeteorJS
Paulo Rodrigues
January 28, 2016
Tweet
Share
More Decks by Paulo Rodrigues
See All by Paulo Rodrigues
Perfomance com CSS3
paulinhoerry
0
34
Other Decks in Programming
See All in Programming
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.5k
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
470
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
310
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
1
150
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
560
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
GraphQLとの向き合い方2022年版
quramy
49
14k
Building Adaptive Systems
keathley
43
2.7k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Site-Speed That Sticks
csswizardry
10
820
Code Review Best Practice
trishagee
71
19k
Bash Introduction
62gerente
615
210k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
None
Paulo Rodrigues Desenvolvedor front-end at Meplis Health Intelligence /paulinhoerry /paulinhoerry
@_plnh
INTRODUÇÃO • Plataforma para desenvolvimento de aplicações web e mobile
• É fullstack Javascript • É isomórfico • Aplicações Realtime • Integração com o Cordova • Framework front-end próprio, o Blaze • É compatível com Angular e React • Tem seu próprio Package Manager, o Atmosphere
{{ Getting Started }}
INSTALAÇÃO // Linux ou OSx // Windows
CRIANDO A APLICAÇÃO > meteor create <nome-da-app>
CRIANDO A APLICAÇÃO If (success)
CRIANDO A APLICAÇÃO > ls
CRIANDO A APLICAÇÃO // newapp.html
CRIANDO A APLICAÇÃO // newapp.js
EXECUTANDO A APLICAÇÃO > meteor
EXECUTANDO A APLICAÇÃO localhost:3000