Created
February 12, 2016 02:06
-
-
Save spencercarli/4ce283bc4b1ebc6b98ab to your computer and use it in GitHub Desktop.
Easily Connect React Native to a Meteor Server - Add Functionality to the Meteor App - home.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="home"> | |
<h1>Post Count: {{count}}</h1> | |
<button id="increment">Increment</button> | |
<button id="decrement">Decrement</button> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment