https://github.com/studiointeract/tracker-component-example
Tracker Component example
https://github.com/studiointeract/tracker-component-example
Last synced: 4 months ago
JSON representation
Tracker Component example
- Host: GitHub
- URL: https://github.com/studiointeract/tracker-component-example
- Owner: studiointeract
- License: mit
- Created: 2016-03-27T00:07:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T12:58:21.000Z (over 9 years ago)
- Last Synced: 2025-06-21T04:08:39.794Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React.Component example
> A truly isomorphic React and Meteor experience.
## Getting started
1. Install git
https://desktop.github.com/
2. Install meteor
https://www.meteor.com/install
3. Clone the repository in the terminal:
`git clone git@github.com:studiointeract/react-component-example.git`
4. Open the directory
`cd react-component-example`
- **Meteor 1.3 using NPM and React 15.x**: `git checkout master`
- **Meteor 1.3**: `git checkout 1.3`
- **Meteor 1.2**: `git checkout 1.2`
5. Start the application by running
`meteor`
6. Visit http://localhost:3000 in your browser