mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
22 lines
646 B
HTML
22 lines
646 B
HTML
<head>
|
|
<title>Minimal Meteor app</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Minimal Meteor app</h1>
|
|
<p>
|
|
This Meteor app uses as few Meteor packages as possible, to keep the
|
|
client JavaScript bundle as small as possible.
|
|
</p>
|
|
|
|
<em id="server-render-target"></em>
|
|
|
|
<h2>Learn Meteor!</h2>
|
|
<ul>
|
|
<li><a href="https://www.meteor.com/try" target="_blank">Do the Tutorial</a></li>
|
|
<li><a href="http://guide.meteor.com" target="_blank">Follow the Guide</a></li>
|
|
<li><a href="https://docs.meteor.com" target="_blank">Read the Docs</a></li>
|
|
<li><a href="https://forums.meteor.com" target="_blank">Discussions</a></li>
|
|
</ul>
|
|
</body>
|