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
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
270
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
930
PicoRuby on Rails
makicamel
2
120
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
500
5つのアンチパターンから学ぶLT設計
narihara
1
160
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
420
Porting a visionOS App to Android XR
akkeylab
0
270
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
260
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
470
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
61
17k
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
1
12k
Featured
See All Featured
Navigating Team Friction
lara
187
15k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Language of Interfaces
destraynor
158
25k
Documentation Writing (for coders)
carmenintech
72
4.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
A better future with KSS
kneath
239
17k
Why Our Code Smells
bkeepers
PRO
337
57k
For a Future-Friendly Web
brad_frost
179
9.8k
Become a Pro
speakerdeck
PRO
28
5.4k
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